Searched refs:MatchSelectFromAndOr (Results 1 – 1 of 1) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 1436 static Instruction *MatchSelectFromAndOr(Value *A, Value *B, in MatchSelectFromAndOr() function 1901 if (Instruction *Match = MatchSelectFromAndOr(A, B, C, D)) in visitOr() 1903 if (Instruction *Match = MatchSelectFromAndOr(B, A, D, C)) in visitOr() 1905 if (Instruction *Match = MatchSelectFromAndOr(C, B, A, D)) in visitOr() 1907 if (Instruction *Match = MatchSelectFromAndOr(D, A, B, C)) in visitOr()
|