Home
last modified time | relevance | path

Searched refs:IsNonIntegral (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h85 bool IsNonIntegral; member
152 bool IsNonIntegral);
365 if (PS.IsNonIntegral) in getNonIntegralAddressSpaces()
372 return getPointerSpec(AddrSpace).IsNonIntegral; in isNonIntegralAddressSpace()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp154 IsNonIntegral == Other.IsNonIntegral; in operator ==()
681 uint32_t IndexBitWidth, bool IsNonIntegral) { in setPointerSpec() argument
685 IndexBitWidth, IsNonIntegral}); in setPointerSpec()
691 I->IsNonIntegral = IsNonIntegral; in setPointerSpec()