Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp9364 Instruction *EntryVal = Trunc ? cast<Instruction>(Trunc) : IV; in execute() local
9374 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()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3343 StackStateOfBB(int EntryVal, int ExitVal, bool EntrySetup, bool ExitSetup) : in StackStateOfBB()
3344 EntryValue(EntryVal), ExitValue(ExitVal), EntryIsSetup(EntrySetup), in StackStateOfBB()