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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp439 static bool isSupportedAtomicType(Type *Ty) { function
454 assert((!LI.isAtomic() || isSupportedAtomicType(NewTy)) &&
483 assert((!SI.isAtomic() || isSupportedAtomicType(V->getType())) &&
632 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) {
1162 if (!SI.isAtomic() || isSupportedAtomicType(V->getType())) {
1169 if (!SI.isAtomic() || isSupportedAtomicType(U->getType())) {

Completed in 86 milliseconds