Searched refs:HasPrevInstruction (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2131 bool HasPrevInstruction; member in class:__anon2445::TypePromotionTransaction::InsertionHandler
2137 HasPrevInstruction = (It != (Inst->getParent()->begin()));
2138 if (HasPrevInstruction)
2146 if (HasPrevInstruction) {

Completed in 62 milliseconds