HomeSort by relevance Sort by last modified time
    Searched refs:ConstantFoldInstruction (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 34 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
39 Constant *ConstantFoldInstruction(Instruction *I, const TargetData *TD = 0,
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 78 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) {
LICM.cpp 364 if (Constant *C = ConstantFoldInstruction(&I, TD, TLI)) {
    [all...]
JumpThreading.cpp 684 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 783 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
788 Constant *llvm::ConstantFoldInstruction(Instruction *I,
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 506 dyn_cast_or_null<ConstantExpr>(ConstantFoldInstruction(GEP, TD, TLI));
    [all...]

Completed in 486 milliseconds