Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp155 Value *MatchOp, *OtherOpT, *OtherOpF; in FoldSelectOpOp() local
159 OtherOpT = TI->getOperand(1); in FoldSelectOpOp()
164 OtherOpT = TI->getOperand(0); in FoldSelectOpOp()
171 OtherOpT = TI->getOperand(1); in FoldSelectOpOp()
176 OtherOpT = TI->getOperand(0); in FoldSelectOpOp()
184 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT, in FoldSelectOpOp()