Home
last modified time | relevance | path

Searched defs:CreateBinOp (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DConstantFolder.h115 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
H A DNoFolder.h173 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DConstantFolder.h97 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
H A DNoFolder.h147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetFolder.h107 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/aosp_15_r20/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go1412 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func