Home
last modified time | relevance | path

Searched defs:getAssumed (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp998 TupleDecIntegerRangeState &getAssumed() { return *this; } in getAssumed() function
999 const TupleDecIntegerRangeState &getAssumed() const { return *this; } in getAssumed() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp778 KernelInfoState &getAssumed() { return *this; } in getAssumed() function
779 const KernelInfoState &getAssumed() const { return *this; } in getAssumed() function
H A DAttributorAttributes.cpp806 const State &getAssumed() const { return *this; } in getAssumed() function