Home
last modified time | relevance | path

Searched refs:getScalarRValValueOrNull (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp197 llvm::Value *getScalarRValValueOrNull(RValue RVal) const;
1609 llvm::Value *AtomicInfo::getScalarRValValueOrNull(RValue RVal) const { in getScalarRValValueOrNull() function in AtomicInfo
1618 if (llvm::Value *Value = getScalarRValValueOrNull(RVal)) { in convertRValueToInt()
1990 if (llvm::Value *Value = atomics.getScalarRValValueOrNull(rvalue)) in EmitAtomicStore()