Searched refs:EntryVal (Results 1 – 3 of 3) sorted by relevance
1266 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local1276 assert((isa<PHINode>(EntryVal) || isa<TruncInst>(EntryVal)) && in execute()1283 if (isa<TruncInst>(EntryVal)) { in execute()1286 auto *TruncType = cast<IntegerType>(EntryVal->getType()); in execute()1332 VecInd->setDebugLoc(EntryVal->getDebugLoc()); in execute()1337 if (isa<TruncInst>(EntryVal)) in execute()1338 State.addMetadata(LastInduction, EntryVal); in execute()1342 LastInduction->setDebugLoc(EntryVal->getDebugLoc()); in execute()
3782 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()3783 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()
13963 for (auto &[EntryVal, EntryMask, EntryOffset] : Srcs) { in fixMasks()