Searched refs:OtherOpT (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 148 Value *MatchOp, *OtherOpT, *OtherOpF; in FoldSelectOpOp() local 152 OtherOpT = TI->getOperand(1); in FoldSelectOpOp() 157 OtherOpT = TI->getOperand(0); in FoldSelectOpOp() 164 OtherOpT = TI->getOperand(1); in FoldSelectOpOp() 169 OtherOpT = TI->getOperand(0); in FoldSelectOpOp() 177 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT, in FoldSelectOpOp()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 173 Value *MatchOp, *OtherOpT, *OtherOpF; in FoldSelectOpOp() local 177 OtherOpT = TI->getOperand(1); in FoldSelectOpOp() 182 OtherOpT = TI->getOperand(0); in FoldSelectOpOp() 189 OtherOpT = TI->getOperand(1); in FoldSelectOpOp() 194 OtherOpT = TI->getOperand(0); in FoldSelectOpOp() 202 Value *NewSI = Builder->CreateSelect(SI.getCondition(), OtherOpT, in FoldSelectOpOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 318 Value *MatchOp, *OtherOpT, *OtherOpF; in foldSelectOpOp() local 322 OtherOpT = TI->getOperand(1); in foldSelectOpOp() 327 OtherOpT = TI->getOperand(0); in foldSelectOpOp() 334 OtherOpT = TI->getOperand(1); in foldSelectOpOp() 339 OtherOpT = TI->getOperand(0); in foldSelectOpOp() 347 Value *NewSI = Builder.CreateSelect(SI.getCondition(), OtherOpT, OtherOpF, in foldSelectOpOp()
|