Lines Matching refs:Truncs
4441 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
4457 SmallVectorImpl<Instruction *> *Truncs,
4465 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
4467 Exts, Truncs, TLI, true); in signExtendOperandForOther()
4475 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
4477 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
4486 SmallVectorImpl<Instruction *> *Truncs,
4644 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
4692 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
4707 if (Truncs) in promoteOperandForOther()
4708 Truncs->push_back(ITrunc); in promoteOperandForOther()