Searched refs:pIsUndef (Results 1 – 1 of 1) sorted by relevance
1493 Value* pIsUndef = ICMP_EQ(pIndex, C(32)); in SCATTERPS() local1496 BasicBlock* pPostLoop = pCurBB->splitBasicBlock(cast<Instruction>(pIsUndef)->getNextNode()); in SCATTERPS()1505 COND_BR(pIsUndef, pPostLoop, pLoop); in SCATTERPS()1530 pIsUndef = ICMP_EQ(pNewIndex, C(32)); in SCATTERPS()1531 COND_BR(pIsUndef, pPostLoop, pLoop); in SCATTERPS()