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

References

lib/Analysis/InstructionSimplify.cpp
 3825       if (Value *V = simplifySelectBitTest(TrueVal, FalseVal, X, Y,
 3837     if (match(TrueVal, isFsh) && FalseVal == X && CmpLHS == ShAmt &&
 3842     if (match(FalseVal, isFsh) && TrueVal == X && CmpLHS == ShAmt &&
 3859     if (match(TrueVal, isRotate) && FalseVal == X && CmpLHS == ShAmt &&
 3861       return TrueVal;
 3864     if (match(FalseVal, isRotate) && TrueVal == X && CmpLHS == ShAmt &&
 3871                                               TrueVal, FalseVal))
 3879             TrueVal ||
 3881             TrueVal)
 3883     if (SimplifyWithOpReplaced(TrueVal, CmpLHS, CmpRHS, Q, MaxRecurse) ==
 3885         SimplifyWithOpReplaced(TrueVal, CmpRHS, CmpLHS, Q, MaxRecurse) ==
 3889     if (SimplifyWithOpReplaced(TrueVal, CmpLHS, CmpRHS, Q, MaxRecurse) ==
 3891         SimplifyWithOpReplaced(TrueVal, CmpRHS, CmpLHS, Q, MaxRecurse) ==
 3893       return TrueVal;
 3895             TrueVal ||
 3897             TrueVal)
 3898       return TrueVal;