Searched refs:OtherOpT (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 325 Value *OtherOpT, *OtherOpF; in foldSelectOpOp() local 333 OtherOpT = TI->getOperand(1); in foldSelectOpOp() 338 OtherOpT = TI->getOperand(0); in foldSelectOpOp() 352 OtherOpT = TI->getOperand(1); in foldSelectOpOp() 357 OtherOpT = TI->getOperand(0); in foldSelectOpOp() 393 Builder.CreateSelect(Cond, OtherOpT, OtherOpF, "minmaxop", &SI); in foldSelectOpOp() 434 Value *NewSel = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp() 462 if (CondTy->isVectorTy() && (!OtherOpT->getType()->isVectorTy() || in foldSelectOpOp() 482 Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp()
|