Lines Matching refs:EntryPart
697 Value *EntryPart = State.Builder.CreateVectorSplat(State.VF, Clone); in execute() local
698 State.set(this, EntryPart, Part); in execute()
699 State.addMetadata(EntryPart, GEP); in execute()
966 PHINode *EntryPart = PHINode::Create( in execute() local
970 EntryPart->addIncoming(Start, VectorPH); in execute()
971 EntryPart->setDebugLoc(DL); in execute()
973 State.set(this, EntryPart, Part); in execute()
1074 PHINode *EntryPart = PHINode::Create( in execute() local
1076 EntryPart->addIncoming(VectorInit, VectorPH); in execute()
1077 State.set(this, EntryPart, 0); in execute()
1107 Value *EntryPart = in execute() local
1109 State.set(this, EntryPart, Part); in execute()
1146 Value *EntryPart = State.get(this, Part); in execute() local
1150 cast<PHINode>(EntryPart)->addIncoming(StartVal, VectorPH); in execute()
1218 PHINode *EntryPart = in execute() local
1220 EntryPart->addIncoming(StartMask, VectorPH); in execute()
1221 EntryPart->setDebugLoc(DL); in execute()
1222 State.set(this, EntryPart, Part); in execute()