Searched refs:EntryPart (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorize.cpp | 1708 Value *EntryPart = in widenIntOrFpInduction() local 1710 VectorLoopValueMap.setVectorValue(EntryVal, Part, EntryPart); in widenIntOrFpInduction() 1712 addMetadata(EntryPart, Trunc); in widenIntOrFpInduction() 1713 recordVectorLoopValueForInductionCast(ID, EntryVal, EntryPart, Part); in widenIntOrFpInduction() 3809 Value *EntryPart = PHINode::Create( in widenPHIInstruction() local 3811 VectorLoopValueMap.setVectorValue(P, Part, EntryPart); in widenPHIInstruction() 3906 Value *EntryPart = Builder.CreateVectorSplat(VF, Clone); in widenInstruction() local 3907 VectorLoopValueMap.setVectorValue(&I, Part, EntryPart); in widenInstruction() 3908 addMetadata(EntryPart, GEP); in widenInstruction()
|