Home
last modified time | relevance | path

Searched refs:EntryVal (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9243 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local
9253 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()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3249 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
3250 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()