Searched refs:convertRValueToInt (Results 1 – 1 of 1) sorted by relevance
190 llvm::Value *convertRValueToInt(RValue RVal) const;1406 llvm::Value *AtomicInfo::convertRValueToInt(RValue RVal) const { in convertRValueToInt() function in AtomicInfo1500 auto *ExpectedVal = convertRValueToInt(Expected); in EmitAtomicCompareExchange()1501 auto *DesiredVal = convertRValueToInt(Desired); in EmitAtomicCompareExchange()1783 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore()