Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCastKind

566       if (castE->getCastKind() == kind)
568 if (castE->getCastKind() == CK_NoOp)
578 switch (E->getCastKind()) {
621 bool isToAtomic = (E->getCastKind() == CK_NonAtomicToAtomic);
840 if (cast->getCastKind() == CK_LValueToRValue)
1052 return ICE->getCastKind() == CK_NullToPointer;