Searched refs:EntryVal (Results 1 – 3 of 3) sorted by relevance
973 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local983 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in execute()990 if (isa<TruncInst>(EntryVal)) { in execute()993 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute()1039 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()1044 if (isa<TruncInst>(EntryVal)) in execute()1045 State.addMetadata(LastInduction, EntryVal); in execute()1049 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
3473 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()3474 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
13656 for (auto &[EntryVal, EntryMask] : Srcs) { in fixMasks()