Home
last modified time | relevance | path

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

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