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

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 96 /// ConstantFoldCall - Attempt to constant fold a call to the specified function
98 Constant *ConstantFoldCall(Function *F, ArrayRef<Constant *> Operands,
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 711 if (Constant *C = ConstantFoldCall(F, ConstantArgs)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 195 milliseconds