Searched defs:SimplifyTruncInst (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp60 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
743 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1))
2871 static Value *SimplifyTruncInst(Value *Op, Type *Ty, const Query &Q, unsigned) { function
2878 Value *llvm::SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout *DL, function in class:llvm
2881 return ::SimplifyTruncInst(Op, Ty, Query (DL, TLI, DT), RecursionLimit);
3171 Result = SimplifyTruncInst(I->getOperand(0), I->getType(), DL, TLI, DT);

Completed in 67 milliseconds