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

  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 308 Value *SimplifyCall(Value *V, User::op_iterator ArgBegin,
319 Value *SimplifyCall(Value *V, ArrayRef<Value *> Args, const DataLayout &DL,
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 682 if (Value *V = SimplifyCall(CI.getCalledValue(), Args.begin(), Args.end(), DL,
    [all...]

Completed in 2118 milliseconds