Searched refs:isSupportedAtomicType (Results 1 – 1 of 1) sorted by relevance
458 static bool isSupportedAtomicType(Type *Ty) { in isSupportedAtomicType() function473 assert((!LI.isAtomic() || isSupportedAtomicType(NewTy)) && in combineLoadToNewType()496 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) && in combineStoreToNewValue()620 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) { in combineLoadToOperationType()1146 if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) { in combineStoreToValueType()1153 if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) { in combineStoreToValueType()