reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
5085 if (CastOp && CmpLHS->getType() != TrueVal->getType()) { 5086 if (Value *C = lookThroughCast(CmpI, TrueVal, FalseVal, CastOp)) { 5092 cast<CastInst>(TrueVal)->getOperand(0), C, 5095 if (Value *C = lookThroughCast(CmpI, FalseVal, TrueVal, CastOp)) { 5105 return ::matchSelectPattern(Pred, FMF, CmpLHS, CmpRHS, TrueVal, FalseVal,