/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | ConstantFolder.h | 50 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldBinOp() 63 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldExactBinOp() 81 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldNoWrapBinOp()
|
D | ConstantFold.h | 51 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | ConstantFolder.h | 50 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldBinOp() 63 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldExactBinOp() 81 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldNoWrapBinOp()
|
D | ConstantFold.h | 51 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | ConstantFolder.h | 50 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldBinOp() 63 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldExactBinOp() 81 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldNoWrapBinOp()
|
D | ConstantFold.h | 51 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | ConstantFolder.h | 50 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldBinOp() 63 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldExactBinOp() 81 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldNoWrapBinOp()
|
D | ConstantFold.h | 51 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | ConstantFolder.h | 50 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldBinOp() 63 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldExactBinOp() 81 return ConstantFoldBinaryInstruction(Opc, LC, RC); in FoldNoWrapBinOp()
|
H A D | ConstantFold.h | 51 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | ConstantFold.h | 45 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
H A D | ConstantFold.cpp | 916 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, in ConstantFoldBinaryInstruction() function in llvm 1239 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
|
H A D | Constants.cpp | 1800 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantFold.h | 47 Constant *ConstantFoldBinaryInstruction(unsigned Opcode, Constant *V1,
|
H A D | ConstantFold.cpp | 999 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, in ConstantFoldBinaryInstruction() function in llvm 1367 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction()
|
H A D | Constants.cpp | 1982 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 873 Constant *llvm::ConstantFoldBinaryInstruction(unsigned Opcode, Constant *C1, in ConstantFoldBinaryInstruction() function in llvm 1225 : ConstantFoldBinaryInstruction(Opcode, C1Splat, C2Splat); in ConstantFoldBinaryInstruction() 1247 : ConstantFoldBinaryInstruction(Opcode, LHS, RHS); in ConstantFoldBinaryInstruction() 1273 return ConstantFoldBinaryInstruction(Opcode, C2, C1); in ConstantFoldBinaryInstruction() 2238 ConstantFoldBinaryInstruction(Instruction::SRem, CurrIdx, Factor); in ConstantFoldGetElementPtr() 2241 ConstantFoldBinaryInstruction(Instruction::SDiv, CurrIdx, Factor); in ConstantFoldGetElementPtr()
|
H A D | Constants.cpp | 2311 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1348 return ConstantFoldBinaryInstruction(Opcode, LHS, RHS); in ConstantFoldBinaryOpOperands()
|