OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripInBoundsOffsets
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Value.h
746
const Value *
stripInBoundsOffsets
(function_ref<void(const Value *)> Func =
748
inline Value *
stripInBoundsOffsets
(function_ref<void(const Value *)> Func =
751
static_cast<const Value *>(this)->
stripInBoundsOffsets
(Func));
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AssumeBundleBuilder.cpp
78
Value *V = RK.WasOn->
stripInBoundsOffsets
([&](const Value *Strip) {
CodeExtractor.cpp
1054
Value *Mem = II->getOperand(1)->
stripInBoundsOffsets
();
/src/external/apache2/llvm/dist/llvm/lib/IR/
Value.cpp
738
Value::
stripInBoundsOffsets
(function_ref<void(const Value *)> Func) const {
Verifier.cpp
3172
if (auto AI = dyn_cast<AllocaInst>(InAllocaArg->
stripInBoundsOffsets
()))
3183
if (auto AI = dyn_cast<AllocaInst>(SwiftErrorArg->
stripInBoundsOffsets
())) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ThreadSanitizer.cpp
382
Addr = Addr->
stripInBoundsOffsets
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SROA.cpp
2678
if (AllocaInst *AI = dyn_cast<AllocaInst>(V->
stripInBoundsOffsets
()))
2971
dyn_cast<AllocaInst>(OtherPtr->
stripInBoundsOffsets
())) {
4091
StoreBasePtr->
stripInBoundsOffsets
())) {
4209
LoadBasePtr->
stripInBoundsOffsets
())) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyValueInfo.cpp
661
Val = Val->
stripInBoundsOffsets
();
Completed in 32 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026