Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4374 if (Instruction *ITrunc = dyn_cast<Instruction>(Trunc)) { in promoteOperandForOther() local
4376 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
4378 Truncs->push_back(ITrunc); in promoteOperandForOther()