Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCastKind

65       if (CE->getCastKind() == CK_DerivedToBase || 
66 CE->getCastKind() == CK_UncheckedDerivedToBase ||
67 CE->getCastKind() == CK_NoOp) {
93 if (CE->getCastKind() == CK_NoOp) {
1518 if (ICE->getCastKind() != CK_UserDefinedConversion &&