Searched refs:OtherOpF (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 153 OtherOpF = FI->getOperand(1); in FoldSelectOpOp() 158 OtherOpF = FI->getOperand(0); in FoldSelectOpOp() 165 OtherOpF = FI->getOperand(0); in FoldSelectOpOp() 170 OtherOpF = FI->getOperand(1); in FoldSelectOpOp() 178 OtherOpF, SI.getName()+".v"); in FoldSelectOpOp()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 173 Value *MatchOp, *OtherOpT, *OtherOpF; in FoldSelectOpOp() local 178 OtherOpF = FI->getOperand(1); in FoldSelectOpOp() 183 OtherOpF = FI->getOperand(0); in FoldSelectOpOp() 190 OtherOpF = FI->getOperand(0); in FoldSelectOpOp() 195 OtherOpF = FI->getOperand(1); in FoldSelectOpOp() 203 OtherOpF, SI.getName()+".v"); in FoldSelectOpOp()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSelect.cpp | 318 Value *MatchOp, *OtherOpT, *OtherOpF; in foldSelectOpOp() local 323 OtherOpF = FI->getOperand(1); in foldSelectOpOp() 328 OtherOpF = FI->getOperand(0); in foldSelectOpOp() 335 OtherOpF = FI->getOperand(0); in foldSelectOpOp() 340 OtherOpF = FI->getOperand(1); in foldSelectOpOp() 347 Value *NewSI = Builder.CreateSelect(SI.getCondition(), OtherOpT, OtherOpF, in foldSelectOpOp()
|