Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DNoFolder.h147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
H A DConstantFolder.h118 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h112 Constant *CreateBinOp(Instruction::BinaryOps Opc, in CreateBinOp() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1574 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) { func