Searched refs:EntryVal (Results 1 – 2 of 2) sorted by relevance
9243 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local9253 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in execute()9260 if (isa<TruncInst>(EntryVal)) { in execute()9263 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute()9309 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()9314 if (isa<TruncInst>(EntryVal)) in execute()9315 State.addMetadata(LastInduction, EntryVal); in execute()9319 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
3249 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()3250 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()