Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SelectInst

364   SelectInst *SI;
365 if (isa<SelectInst>(LHS)) {
366 SI = cast<SelectInst>(LHS);
368 assert(isa<SelectInst>(RHS) && "No select instruction operand!");
369 SI = cast<SelectInst>(RHS);
438 if (!isa<SelectInst>(LHS)) {
442 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!");
443 SelectInst *SI = cast<SelectInst>(LHS);
1021 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1))
1121 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1))
1226 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1))
1321 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1))
1497 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1))
1592 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1))
1681 SelectInst *SI = dyn_cast<SelectInst>(V);
2554 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS))
2651 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS))
2672 /// SimplifySelectInst - Given operands for a SelectInst, see if we can fold
2892 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS))