Searched refs:NewInc (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/
H A DJob.cpp179 SmallString<128> NewInc; local
185 if (getAbsPath(Inc, NewInc)) {
187 NewArg += NewInc;
195 if (!getAbsPath(Inc, NewInc))
198 IncFlags.push_back(std::move(NewInc));
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2150 Value *NewInc = OrigInc; local
2160 NewInc = Builder.CreateTruncOrBitCast(
2163 IsomorphicInc->replaceAllUsesWith(NewInc);

Completed in 263 milliseconds