HomeSort by: relevance | last modified time | path
    Searched defs:CreateBinOp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
IRBuilder.h 1148 return (LC && RC) ? Insert(Folder.CreateBinOp(Opc, LC, RC), Name) : nullptr;
1530 Value *CreateBinOp(Instruction::BinaryOps Opc,
  /src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
ir.go 1574 func (b Builder) CreateBinOp(op Opcode, lhs, rhs Value, name string) (v Value) {

Completed in 38 milliseconds