Searched refs:getSubstring (Results 1 – 4 of 4) sorted by relevance
/llvm-project/offload/include/Shared/ |
H A D | SourceInfo.h | 68 std::string getSubstring(const unsigned N) const { in getSubstring() function 86 : SourceStr(initStr(Loc)), Name(getSubstring(1)), in SourceInfo() 87 Filename(removePath(getSubstring(0))), Line(std::stoi(getSubstring(2))), in SourceInfo() 88 Column(std::stoi(getSubstring(3))) {} in SourceInfo() 91 : SourceStr(initStr(Name)), Name(getSubstring(0)), in SourceInfo() 92 Filename(removePath(getSubstring(1))), Line(std::stoi(getSubstring(2))), in SourceInfo() 93 Column(std::stoi(getSubstring(3))) {} in SourceInfo()
|
/llvm-project/flang/lib/Optimizer/HLFIR/Transforms/ |
H A D | ConvertToFIR.cpp | 544 if (!designate.getSubstring().empty()) { in matchAndRewrite() 545 substring.push_back(designate.getSubstring()[0]); in matchAndRewrite() 599 if (!designate.getSubstring().empty()) in matchAndRewrite() 601 base, designate.getSubstring()[0], resultAddressType); in matchAndRewrite()
|
H A D | OptimizedBufferization.cpp | 332 des1.getSubstring() != des2.getSubstring() || in findMatch()
|
/llvm-project/flang/lib/Optimizer/HLFIR/IR/ |
H A D | HLFIROps.cpp | 457 if (!getSubstring().empty()) { in verify() 461 if (getSubstring().size() != 2) in verify() 491 if (!hasBoxComponent || numSubscripts != 0 || !getSubstring().empty() ||
|