Searched refs:pIsUndef (Results 1 – 1 of 1) sorted by relevance
1441 Value* pIsUndef = ICMP_EQ(pIndex, C(32)); in SCATTERPS() local1444 BasicBlock* pPostLoop = pCurBB->splitBasicBlock(cast<Instruction>(pIsUndef)->getNextNode()); in SCATTERPS()1453 COND_BR(pIsUndef, pPostLoop, pLoop); in SCATTERPS()1478 pIsUndef = ICMP_EQ(pNewIndex, C(32)); in SCATTERPS()1479 COND_BR(pIsUndef, pPostLoop, pLoop); in SCATTERPS()