Home
last modified time | relevance | path

Searched refs:ConstantFoldBinaryInstruction (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantFold.h47 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
DConstantFold.cpp999 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, in ConstantFoldBinaryInstruction() function in llvm
1367 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
DConstants.cpp1982 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()