Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getCastKind

554       if (castE->getCastKind() == kind)
556 if (castE->getCastKind() == CK_NoOp)
564 switch (E->getCastKind()) {
603 bool isToAtomic = (E->getCastKind() == CK_NonAtomicToAtomic);
821 if (cast->getCastKind() == CK_LValueToRValue)
1026 return ICE->getCastKind() == CK_NullToPointer;