Searched defs:CreateBinOp (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/IR/
H A DConstantFolder.h97 Constant *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::ConstantFolder
H A DNoFolder.h147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::NoFolder
H A DIRBuilder.h997 Value *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::IRBuilder
1002 return Insert(Folder.CreateBinOp(Opc, LC, RC), Name);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DConstantFolder.h97 Constant *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::ConstantFolder
H A DTargetFolder.h109 Constant *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::TargetFolder
H A DNoFolder.h147 Instruction *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::NoFolder
H A DIRBuilder.h709 Value *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::IRBuilder
713 return Insert(Folder.CreateBinOp(Opc, LC, RC), Name);
/external/llvm/include/llvm/Analysis/
H A DTargetFolder.h109 Constant *CreateBinOp(Instruction::BinaryOps Opc, function in class:llvm::TargetFolder

Completed in 117 milliseconds