Home
last modified time | relevance | path

Searched refs:validateRange (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/opencsd/decoder/include/mem_acc/
H A Dtrc_mem_acc_base.h139 virtual const bool validateRange();
214 inline const bool TrcMemAccessorBase::validateRange() in validateRange() function
H A Dtrc_mem_acc_file.h113 virtual const bool validateRange();
/freebsd-13.1/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp311 const bool TrcMemAccessorFile::validateRange() in validateRange() function in TrcMemAccessorFile
315 bRangeValid = TrcMemAccessorBase::validateRange(); in validateRange()
323 bRangeValid = (*it)->validateRange(); in validateRange()
H A Dtrc_mem_acc_mapper.cpp187 if(!p_accessor->validateRange()) in AddAccessor()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DFloat2Int.h38 ConstantRange validateRange(ConstantRange R);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp166 ConstantRange Float2IntPass::validateRange(ConstantRange R) { in validateRange() function in Float2IntPass
210 seen(I, validateRange(Input.castOp(CastOp, MaxIntegerBW+1))); in walkBackwards()