HomeSort by relevance Sort by last modified time
    Searched defs:CreateBinOp (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Support/
ConstantFolder.h 97 Constant *CreateBinOp(Instruction::BinaryOps Opc,
NoFolder.h 147 Instruction *CreateBinOp(Instruction::BinaryOps Opc,
TargetFolder.h 109 Constant *CreateBinOp(Instruction::BinaryOps Opc,
IRBuilder.h 742 Value *CreateBinOp(Instruction::BinaryOps Opc,
746 return Insert(Folder.CreateBinOp(Opc, LC, RC), Name);
    [all...]

Completed in 58 milliseconds