Searched refs:EntryVal (Results 1 – 2 of 2) sorted by relevance
9364 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local9374 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in execute()9381 if (isa<TruncInst>(EntryVal)) { in execute()9384 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute()9430 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()9435 if (isa<TruncInst>(EntryVal)) in execute()9436 State.addMetadata(LastInduction, EntryVal); in execute()9440 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
3343 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()3344 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()