Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCastKind

565       if (castE->getCastKind() == kind)
567 if (castE->getCastKind() == CK_NoOp)
577 switch (E->getCastKind()) {
620 bool isToAtomic = (E->getCastKind() == CK_NonAtomicToAtomic);
838 if (cast->getCastKind() == CK_LValueToRValue)
1045 return ICE->getCastKind() == CK_NullToPointer;