Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4609 if (Instruction *ITrunc = dyn_cast<Instruction>(Trunc)) { in promoteOperandForOther() local
4611 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
4613 Truncs->push_back(ITrunc); in promoteOperandForOther()