Home
last modified time | relevance | path

Searched refs:mapBinOpcode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp110 static Instruction::BinaryOps mapBinOpcode(unsigned Opcode) { in mapBinOpcode() function
490 NewV = IRB.CreateBinOp(mapBinOpcode(I->getOpcode()), in convert()
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp109 static Instruction::BinaryOps mapBinOpcode(unsigned Opcode) { in mapBinOpcode() function
487 NewV = IRB.CreateBinOp(mapBinOpcode(I->getOpcode()), in convert()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp112 static Instruction::BinaryOps mapBinOpcode(unsigned Opcode) { in mapBinOpcode() function
498 NewV = IRB.CreateBinOp(mapBinOpcode(I->getOpcode()), in convert()