Lines Matching refs:SimplifyTruncInst
60 static Value *SimplifyTruncInst(Value *, Type *, const Query &, unsigned);
825 if (Value *W = SimplifyTruncInst(V, Op0->getType(), Q, MaxRecurse-1))
2836 static Value *SimplifyTruncInst(Value *Op, Type *Ty, const Query &Q, unsigned) {
2843 Value *llvm::SimplifyTruncInst(Value *Op, Type *Ty, const DataLayout *TD,
2846 return ::SimplifyTruncInst(Op, Ty, Query (TD, TLI, DT), RecursionLimit);
3135 Result = SimplifyTruncInst(I->getOperand(0), I->getType(), TD, TLI, DT);