Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/WindowsResource/
H A DResourceScriptToken.h42 uint32_t intValue() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp2185 llvm::Value *intValue = atomics.convertRValueToInt(rvalue); in EmitAtomicStore() local
2189 intValue = Builder.CreateIntCast( in EmitAtomicStore()
2190 intValue, addr.getElementType(), /*isSigned=*/false); in EmitAtomicStore()
2191 llvm::StoreInst *store = Builder.CreateStore(intValue, addr); in EmitAtomicStore()