Searched refs:isSupportedAtomicType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp412 static bool isSupportedAtomicType(Type *Ty) { function
427 assert((!LI.isAtomic() || isSupportedAtomicType(NewTy)) &&
449 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) &&
596 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) {
1112 if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) {
1119 if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) {

Completed in 53 milliseconds