Searched defs:CreateBinOp (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | TargetFolder.h | 109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
D | ConstantFolder.h | 97 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
D | NoFolder.h | 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
/external/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 97 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
D | NoFolder.h | 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 108 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | ConstantFolder.h | 116 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
D | NoFolder.h | 174 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
/external/llvm/include/llvm/Analysis/ |
D | TargetFolder.h | 109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 1412 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 1479 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func
|