Home
last modified time | relevance | path

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

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