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 &&
 3864     if (match(FalseVal, isRotate) && TrueVal == X && CmpLHS == ShAmt &&
 3866       return FalseVal;
 3871                                               TrueVal, FalseVal))
 3878     if (SimplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, Q, MaxRecurse) ==
 3880         SimplifyWithOpReplaced(FalseVal, CmpRHS, CmpLHS, Q, MaxRecurse) ==
 3882       return FalseVal;
 3884             FalseVal ||
 3886             FalseVal)
 3887       return FalseVal;
 3890             FalseVal ||
 3892             FalseVal)
 3894     if (SimplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, Q, MaxRecurse) ==
 3896         SimplifyWithOpReplaced(FalseVal, CmpRHS, CmpLHS, Q, MaxRecurse) ==