Searched refs:ReadSize (Results 1 – 3 of 3) sorted by relevance
359 const uint64_t ReadSize = 4; in lowerPrintfForGpu() local364 uint64_t ReadNow = std::min(ReadSize, S.size() - Offset.tell()); in lowerPrintfForGpu()385 APInt IntVal(8 * ReadSize, ReadBytes); in lowerPrintfForGpu()388 if (ReadNow < ReadSize) in lowerPrintfForGpu()389 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()
578 uint64_t ReadSize = ReadSizeExpr.getValue(); in evalLoadExpr() local579 if (ReadSize < 1 || ReadSize > 8) in evalLoadExpr()602 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()