Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4350 if (Instruction *ITrunc = dyn_cast<Instruction>(Trunc)) { in promoteOperandForOther() local
4352 ITrunc->moveAfter(ExtOpnd); in promoteOperandForOther()
4354 Truncs->push_back(ITrunc); in promoteOperandForOther()