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 &DL,
  /external/llvm/lib/Transforms/Scalar/
ConstantProp.cpp 79 if (Constant *C = ConstantFoldInstruction(I, DL, TLI)) {
LICM.cpp 370 if (Constant *C = ConstantFoldInstruction(
    [all...]
JumpThreading.cpp 711 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI);
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 321 ConstantFoldInstruction(GEP, DL, TLI));
812 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp     [all...]

Completed in 189 milliseconds