Home
last modified time | relevance | path

Searched refs:LastOperand (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/llvm70/llvm-7.0.1.src/lib/Analysis/
H A DVectorUtils.cpp105 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
109 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
112 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
118 --LastOperand; in getGEPInductionOperand()
121 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Analysis/
H A DVectorUtils.cpp122 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
126 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
129 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
135 --LastOperand; in getGEPInductionOperand()
138 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Analysis/
H A DVectorUtils.cpp128 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
132 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
135 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
141 --LastOperand; in getGEPInductionOperand()
144 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Analysis/
H A DVectorUtils.cpp131 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
135 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
138 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
144 --LastOperand; in getGEPInductionOperand()
147 return LastOperand; in getGEPInductionOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DVectorUtils.cpp131 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
135 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
138 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
144 --LastOperand; in getGEPInductionOperand()
147 return LastOperand; in getGEPInductionOperand()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp131 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
135 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
138 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
144 --LastOperand; in getGEPInductionOperand()
147 return LastOperand; in getGEPInductionOperand()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DVectorUtils.cpp138 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
142 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
145 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
151 --LastOperand; in getGEPInductionOperand()
154 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Analysis/
H A DVectorUtils.cpp132 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
136 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
139 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
145 --LastOperand; in getGEPInductionOperand()
148 return LastOperand; in getGEPInductionOperand()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp139 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
143 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
146 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
152 --LastOperand; in getGEPInductionOperand()
155 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Analysis/
H A DVectorUtils.cpp132 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
136 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
139 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
145 --LastOperand; in getGEPInductionOperand()
148 return LastOperand; in getGEPInductionOperand()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp139 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
143 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
146 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
152 --LastOperand; in getGEPInductionOperand()
155 return LastOperand; in getGEPInductionOperand()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DVectorUtils.cpp149 unsigned LastOperand = Gep->getNumOperands() - 1; in getGEPInductionOperand() local
153 while (LastOperand > 1 && match(Gep->getOperand(LastOperand), m_Zero())) { in getGEPInductionOperand()
156 std::advance(GEPTI, LastOperand - 2); in getGEPInductionOperand()
162 --LastOperand; in getGEPInductionOperand()
165 return LastOperand; in getGEPInductionOperand()
/dports/games/openclonk/openclonk-release-8.1-src/src/landscape/
H A DC4MapCreatorS2.cpp1102 C4MCNodeType LastOperand = C4MCNodeType(-1); // last first operand of operator in ParseTo() local
1169 if (LastOperand != pNewNode->Type()) in ParseTo()
1253 if (LastOperand != pNewNode->Type()) in ParseTo()
1293 LastOperand=pNewNode->Type(); in ParseTo()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp805 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
806 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp805 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
806 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp806 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
807 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp796 Value *LastOperand = GEP->getOperand(GEP->getNumOperands()-1); in collectPossibleRoots() local
797 CI = dyn_cast<ConstantInt>(LastOperand); in collectPossibleRoots()

12