Home
last modified time | relevance | path

Searched refs:verifyRangeType (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DRootSignatureValidations.h32 LLVM_ABI bool verifyRangeType(uint32_t Type);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp54 bool verifyRangeType(uint32_t Type) { in verifyRangeType() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp445 if (!llvm::hlsl::rootsig::verifyRangeType(Range.RangeType)) in validate()