reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Transforms/InstCombine/InstCombineInternal.h
  630   Value *matchSelectFromAndOr(Value *A, Value *B, Value *C, Value *D);

References

lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 2559       if (Value *V = matchSelectFromAndOr(A, C, B, D))
 2561       if (Value *V = matchSelectFromAndOr(A, C, D, B))
 2563       if (Value *V = matchSelectFromAndOr(C, A, B, D))
 2565       if (Value *V = matchSelectFromAndOr(C, A, D, B))
 2567       if (Value *V = matchSelectFromAndOr(B, D, A, C))
 2569       if (Value *V = matchSelectFromAndOr(B, D, C, A))
 2571       if (Value *V = matchSelectFromAndOr(D, B, A, C))
 2573       if (Value *V = matchSelectFromAndOr(D, B, C, A))