Searched defs:TheValue (Results 1 – 3 of 3) sorted by relevance
131 uint64_t TheValue) in SPIRVConstant()138 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, float TheValue) in SPIRVConstant()145 SPIRVConstant(SPIRVModule *M, SPIRVType *TheType, SPIRVId TheId, double TheValue) in SPIRVConstant()
66 ValueUnion TheValue; member70 ValueInfo(GlobalValue::GUID Id = 0) : TheValue(Id), Kind(VI_GUID) {} in TheValue() function
304 const ParmVarDecl *TheValue = D->getParamDecl(2); in create_OSAtomicCompareAndSwap() local