Searched refs:ReadSize (Results 1 – 3 of 3) sorted by relevance
362 const uint64_t ReadSize = 4; in lowerPrintfForGpu() local367 uint64_t ReadNow = std::min(ReadSize, S.size() - Offset.tell()); in lowerPrintfForGpu()388 APInt IntVal(8 * ReadSize, ReadBytes); in lowerPrintfForGpu()391 if (ReadNow < ReadSize) in lowerPrintfForGpu()392 IntVal = IntVal.zext(8 * ReadSize); in lowerPrintfForGpu()
317 const uint64_t ReadSize = 4; in processConstantStringArg() local318 uint64_t ReadNow = std::min(ReadSize, Str.size() - Offset.tell()); in processConstantStringArg()338 APInt IntVal(8 * ReadSize, ReadBytes); in processConstantStringArg()341 if (ReadNow < ReadSize) in processConstantStringArg()342 IntVal = IntVal.zext(8 * ReadSize); in processConstantStringArg()
584 uint64_t ReadSize = ReadSizeExpr.getValue(); in evalLoadExpr() local585 if (ReadSize < 1 || ReadSize > 8) in evalLoadExpr()608 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()