Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp365 Value *MatchOp, *OtherOpT, *OtherOpF; in foldSelectOpOp() local
369 OtherOpT = TI->getOperand(1); in foldSelectOpOp()
374 OtherOpT = TI->getOperand(0); in foldSelectOpOp()
381 OtherOpT = TI->getOperand(1); in foldSelectOpOp()
386 OtherOpT = TI->getOperand(0); in foldSelectOpOp()
396 if (CondTy->isVectorTy() && (!OtherOpT->getType()->isVectorTy() || in foldSelectOpOp()
401 Value *NewSI = Builder.CreateSelect(Cond, OtherOpT, OtherOpF, in foldSelectOpOp()