Home
last modified time | relevance | path

Searched refs:OtherOpF (Results 1 – 1 of 1) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSelect.cpp325 Value *OtherOpT, *OtherOpF; in foldSelectOpOp() local
334 OtherOpF = FI->getOperand(1); in foldSelectOpOp()
339 OtherOpF = FI->getOperand(0); in foldSelectOpOp()
353 OtherOpF = FI->getOperand(0); in foldSelectOpOp()
358 OtherOpF = FI->getOperand(1); in foldSelectOpOp()
393 Builder.CreateSelect(Cond, OtherOpT, OtherOpF, "minmaxop", &SI); in foldSelectOpOp()
434 Value *NewSel = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp()
463 !OtherOpF->getType()->isVectorTy())) in foldSelectOpOp()
482 Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp()