Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2964 if (Instruction *ITrunc = dyn_cast<Instruction>(Trunc)) { in promoteOperandForOther() local
2965 ITrunc->removeFromParent(); in promoteOperandForOther()
2967 ITrunc->insertAfter(ExtOpnd); in promoteOperandForOther()
2969 Truncs->push_back(ITrunc); in promoteOperandForOther()