Searched refs:isSupportedAtomicType (Results 1 – 1 of 1) sorted by relevance
549 static bool isSupportedAtomicType(Type *Ty) { in isSupportedAtomicType() function564 assert((!LI.isAtomic() || isSupportedAtomicType(NewTy)) && in combineLoadToNewType()580 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) && in combineStoreToNewValue()679 (!Load.isAtomic() || isSupportedAtomicType(DestTy))) { in combineLoadToOperationType()1200 if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) { in combineStoreToValueType()1207 if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) { in combineStoreToValueType()