HomeSort by: relevance | last modified time | path
    Searched refs:SimplifyFreezeInst (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h 291 Value *SimplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 5804 static Value *SimplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) {
5812 Value *llvm::SimplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) {
5813 return ::SimplifyFreezeInst(Op0, Q);
5960 Result = SimplifyFreezeInst(I->getOperand(0), Q);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 3463 if (Value *V = SimplifyFreezeInst(Op0, SQ.getWithInstruction(&I)))

Completed in 23 milliseconds