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

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

Completed in 279 milliseconds