Lines Matching refs:SelectInst
332 SelectInst *SI; in ThreadBinOpOverSelect()
333 if (isa<SelectInst>(LHS)) { in ThreadBinOpOverSelect()
334 SI = cast<SelectInst>(LHS); in ThreadBinOpOverSelect()
336 assert(isa<SelectInst>(RHS) && "No select instruction operand!"); in ThreadBinOpOverSelect()
337 SI = cast<SelectInst>(RHS); in ThreadBinOpOverSelect()
405 if (!isa<SelectInst>(LHS)) { in ThreadCmpOverSelect()
409 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!"); in ThreadCmpOverSelect()
410 SelectInst *SI = cast<SelectInst>(LHS); in ThreadCmpOverSelect()
887 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyMulInst()
1066 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in simplifyDiv()
1108 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in simplifyRem()
1235 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyShift()
1864 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyAndInst()
2009 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyOrInst()
2108 SelectInst *SI = dyn_cast<SelectInst>(V); in ExtractEquivalentCondition()
3579 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyICmpInst()
3726 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyFCmpInst()