Home
last modified time | relevance | path

Searched refs:getFragmentSizeInBits (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DIntrinsicInst.cpp55 Optional<uint64_t> DbgInfoIntrinsic::getFragmentSizeInBits() const { in getFragmentSizeInBits() function in DbgInfoIntrinsic
/external/swiftshader/third_party/llvm-7.0/llvm/tools/opt/
DDebugify.cpp187 Optional<uint64_t> DbgVarSize = DVI->getFragmentSizeInBits(); in diagnoseMisSizedDbgValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicInst.h98 Optional<uint64_t> getFragmentSizeInBits() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp1243 if (auto FragmentSize = DII->getFragmentSizeInBits()) in valueCoversEntireFragment()