Lines Matching refs:Truncs
2261 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI);
2277 SmallVectorImpl<Instruction *> *Truncs,
2285 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in signExtendOperandForOther() argument
2287 Exts, Truncs, TLI, true); in signExtendOperandForOther()
2295 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in zeroExtendOperandForOther() argument
2297 Exts, Truncs, TLI, false); in zeroExtendOperandForOther()
2306 SmallVectorImpl<Instruction *> *Truncs,
2426 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI) { in promoteOperandForTruncAndAnyExt() argument
2474 SmallVectorImpl<Instruction *> *Truncs, const TargetLowering &TLI, in promoteOperandForOther() argument
2490 if (Truncs) in promoteOperandForOther()
2491 Truncs->push_back(ITrunc); in promoteOperandForOther()