Searched refs:intValue (Results 1 – 2 of 2) sorted by relevance
42 uint32_t intValue() const;
2185 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore() local2189 intValue = Builder.CreateIntCast( in EmitAtomicStore()2190 intValue, addr.getElementType(), /*isSigned=*/false); in EmitAtomicStore()2191 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); in EmitAtomicStore()