Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4467 if (Instruction *ITrunc = dyn_cast<Instruction>(Trunc)) { in promoteOperandForOther() local
4469 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
4471 Truncs->push_back(ITrunc); in promoteOperandForOther()