Searched refs:AltB0 (Results 1 – 2 of 2) sorted by relevance
1927 if (BinopElts AltB0 = getAlternateBinop(B0, DL)) { in foldSelectShuffle() local1928 assert(isa<Constant>(AltB0.Op1) && "Expecting constant with alt binop"); in foldSelectShuffle()1929 Opc0 = AltB0.Opcode; in foldSelectShuffle()1930 C0 = cast<Constant>(AltB0.Op1); in foldSelectShuffle()
1590 if (BinopElts AltB0 = getAlternateBinop(B0, DL)) { in foldSelectShuffle() local1591 assert(isa<Constant>(AltB0.Op1) && "Expecting constant with alt binop"); in foldSelectShuffle()1592 Opc0 = AltB0.Opcode; in foldSelectShuffle()1593 C0 = cast<Constant>(AltB0.Op1); in foldSelectShuffle()