Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/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
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h109 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/minix3/external/bsd/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1404 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func