/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 61 Constant *ConstantFoldInstOperands(Instruction *I, ArrayRef<Constant *> Ops, 73 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ConstantFolding.h | 52 Constant *ConstantFoldInstOperands(unsigned Opcode, Type *DestTy,
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InstructionSimplify.cpp | 548 return ConstantFoldInstOperands(Instruction::Add, CLHS->getType(), in SimplifyAddInst() 617 return ConstantFoldInstOperands(Instruction::Sub, CLHS->getType(), in SimplifySubInst() 737 return ConstantFoldInstOperands(Instruction::Mul, CLHS->getType(), in SimplifyMulInst() 811 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, TD); in SimplifyDiv() 932 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, TD); in SimplifyRem() 1035 return ConstantFoldInstOperands(Opcode, C0->getType(), Ops, TD); in SimplifyShift() 1160 return ConstantFoldInstOperands(Instruction::And, CLHS->getType(), in SimplifyAndInst() 1249 return ConstantFoldInstOperands(Instruction::Or, CLHS->getType(), in SimplifyOrInst() 1343 return ConstantFoldInstOperands(Instruction::Xor, CLHS->getType(), in SimplifyXorInst() 2373 return ConstantFoldInstOperands(Opcode, LHS->getType(), COps, TD); in SimplifyBinOp()
|
D | ConstantFolding.cpp | 784 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD); in ConstantFoldInstruction() 805 return ConstantFoldInstOperands(CE->getOpcode(), CE->getType(), Ops, TD); in ConstantFoldConstantExpression() 818 Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, in ConstantFoldInstOperands() function in llvm 971 return ConstantFoldInstOperands(OpC, LHS->getType(), Ops, TD); in ConstantFoldCompareInstOperands()
|
D | ScalarEvolution.cpp | 4780 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Operands, TD); in EvaluateExpression() 4997 C = ConstantFoldInstOperands(I->getOpcode(), I->getType(), in computeSCEVAtScope()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | CloneFunction.cpp | 337 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), Ops, TD); in ConstantFoldMappedInstruction()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 1036 return ConstantFoldInstOperands(I, Ops, DL, TLI); in ConstantFoldInstruction() 1074 Constant *llvm::ConstantFoldInstOperands(Instruction *I, in ConstantFoldInstOperands() function in llvm 1082 Constant *llvm::ConstantFoldInstOperands(unsigned Opcode, Type *DestTy, in ConstantFoldInstOperands() function in llvm
|
D | InlineCost.cpp | 550 if (Constant *C = ConstantFoldInstOperands(&I, COp, DL)) { in visitUnaryInstruction()
|
D | ScalarEvolution.cpp | 6419 return ConstantFoldInstOperands(I, Operands, DL, TLI); in EvaluateExpression() 6797 C = ConstantFoldInstOperands(I, Operands, DL, &TLI); in computeSCEVAtScope()
|
D | InstructionSimplify.cpp | 3367 return ConstantFoldInstOperands(I, ConstOps, Q.DL, Q.TLI); in SimplifyWithOpReplaced()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 332 return ConstantFoldInstOperands(I->getOpcode(), I->getType(), in SimplifyWithOpReplaced()
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyCFG.cpp | 4202 return ConstantFoldInstOperands(I, COps, DL); in ConstantFold()
|