Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2446 Value *EntryPart = in widenIntOrFpInduction() local
2449 State.set(Def, EntryPart, Part); in widenIntOrFpInduction()
2451 addMetadata(EntryPart, Trunc); in widenIntOrFpInduction()
2452 recordVectorLoopValueForInductionCast(ID, EntryVal, EntryPart, CastDef, in widenIntOrFpInduction()
4669 Value *EntryPart = Builder.CreateVectorSplat(VF, Clone); in widenGEP() local
4670 State.set(VPDef, EntryPart, Part); in widenGEP()
4671 addMetadata(EntryPart, GEP); in widenGEP()
4788 Value *EntryPart = PHINode::Create( in widenPHIInstruction() local
4790 State.set(PhiR, EntryPart, Part); in widenPHIInstruction()
4795 cast<PHINode>(EntryPart)->addIncoming(StartVal, LoopVectorPreHeader); in widenPHIInstruction()