Home
last modified time | relevance | path

Searched refs:Truncs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2261 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()
[all …]