Lines Matching refs:SelectInst
304 SelectInst *SI; in ThreadBinOpOverSelect()
305 if (isa<SelectInst>(LHS)) { in ThreadBinOpOverSelect()
306 SI = cast<SelectInst>(LHS); in ThreadBinOpOverSelect()
308 assert(isa<SelectInst>(RHS) && "No select instruction operand!"); in ThreadBinOpOverSelect()
309 SI = cast<SelectInst>(RHS); in ThreadBinOpOverSelect()
377 if (!isa<SelectInst>(LHS)) { in ThreadCmpOverSelect()
381 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!"); in ThreadCmpOverSelect()
382 SelectInst *SI = cast<SelectInst>(LHS); in ThreadCmpOverSelect()
930 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyMulInst()
1050 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyDiv()
1187 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyRem()
1313 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyShift()
1660 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyAndInst()
1810 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyOrInst()
1931 SelectInst *SI = dyn_cast<SelectInst>(V); in ExtractEquivalentCondition()
3138 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyICmpInst()
3270 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyFCmpInst()
3809 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyBinOp()