Lines Matching defs:Truncs
4434 /// Newly added truncates are inserted in \p Truncs.
4441 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4449 /// Newly added truncates are inserted in \p Truncs.
4457 SmallVectorImpl<Instruction *> *Truncs,
4465 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) {
4467 Exts, Truncs, TLI, true);
4475 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) {
4477 Exts, Truncs, TLI, false);
4486 SmallVectorImpl<Instruction *> *Truncs,
4644 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) {
4692 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI,
4707 if (Truncs)
4708 Truncs->push_back(ITrunc);