Lines Matching refs:SimplifyTruncInst
60 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
850 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1))
2654 static Value *SimplifyTruncInst(Value *Op, Type *Ty, const Query &Q, unsigned) {
2661 Value *llvm::SimplifyTruncInst(Value *Op, Type *Ty, const TargetData *TD,
2664 return ::SimplifyTruncInst(Op, Ty, Query (TD, TLI, DT), RecursionLimit);
2856 Result = SimplifyTruncInst(I->getOperand(0), I->getType(), TD, TLI, DT);