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 DataLayout *TD = 0,
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 78 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) {
LICM.cpp 367 if (Constant *C = ConstantFoldInstruction(&I, TD, TLI)) {
    [all...]
JumpThreading.cpp 693 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 808 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
813 Constant *llvm::ConstantFoldInstruction(Instruction *I,
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 510 dyn_cast_or_null<ConstantExpr>(ConstantFoldInstruction(GEP, TD, TLI));
    [all...]

Completed in 1024 milliseconds