Lines Matching refs:SelectInst
338 SelectInst *SI; in ThreadBinOpOverSelect()
339 if (isa<SelectInst>(LHS)) { in ThreadBinOpOverSelect()
340 SI = cast<SelectInst>(LHS); in ThreadBinOpOverSelect()
342 assert(isa<SelectInst>(RHS) && "No select instruction operand!"); in ThreadBinOpOverSelect()
343 SI = cast<SelectInst>(RHS); in ThreadBinOpOverSelect()
413 if (!isa<SelectInst>(LHS)) { in ThreadCmpOverSelect()
417 assert(isa<SelectInst>(LHS) && "Not comparing with a select instruction!"); in ThreadCmpOverSelect()
418 SelectInst *SI = cast<SelectInst>(LHS); in ThreadCmpOverSelect()
783 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyMulInst()
863 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyDiv()
966 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyRem()
1059 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyShift()
1222 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyAndInst()
1316 if (isa<SelectInst>(Op0) || isa<SelectInst>(Op1)) in SimplifyOrInst()
1404 SelectInst *SI = dyn_cast<SelectInst>(V); in ExtractEquivalentCondition()
2095 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyICmpInst()
2190 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyFCmpInst()
2384 if (isa<SelectInst>(LHS) || isa<SelectInst>(RHS)) in SimplifyBinOp()