OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stripPointerCasts
(Results
26 - 50
of
101
) sorted by null
1
2
3
4
5
/external/llvm/lib/CodeGen/
GlobalMerge.cpp
494
dyn_cast<GlobalVariable>(InitList->getOperand(i)->
stripPointerCasts
()))
515
->
stripPointerCasts
()))
WinEHPrepare.cpp
144
HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->
stripPointerCasts
());
148
dyn_cast<AllocaInst>(CPI->getArgOperand(2)->
stripPointerCasts
()))
346
cast<Constant>(CatchPad->getArgOperand(0)->
stripPointerCasts
());
[
all
...]
ShadowStackGCLowering.cpp
341
cast<AllocaInst>(CI->getArgOperand(0)->
stripPointerCasts
()));
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp
204
auto *LocPtr = Loc.Ptr->
stripPointerCasts
();
265
if (Store->getPointerOperand()->
stripPointerCasts
() == LocPtr)
/external/llvm/lib/Analysis/
CaptureTracking.cpp
335
if (isNoAliasCall(V->
stripPointerCasts
()))
MemoryBuiltins.cpp
83
V = V->
stripPointerCasts
();
168
ImmutableCallSite CS(LookThroughBitCast ? V->
stripPointerCasts
() : V);
418
V = V->
stripPointerCasts
();
682
V = V->
stripPointerCasts
();
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
200
dyn_cast<GlobalValue>(Inits->getOperand(i)->
stripPointerCasts
()))
WholeProgramDevirt.cpp
378
auto Fn = dyn_cast<Function>(Init->getOperand(Op)->
stripPointerCasts
());
684
Value *Ptr = CI->getArgOperand(0)->
stripPointerCasts
();
/external/llvm/unittests/IR/
InstructionsTest.cpp
337
Value *S0 = BTC0->
stripPointerCasts
();
338
Value *S1 = BTC1->
stripPointerCasts
();
339
Value *S2 = BTC2->
stripPointerCasts
();
340
Value *S3 = BTC3->
stripPointerCasts
();
/external/swiftshader/third_party/LLVM/lib/Analysis/
DbgInfoPrinter.cpp
98
V = V->
stripPointerCasts
();
/frameworks/rs/rsov/compiler/
RSAllocationUtils.cpp
120
Value *LocalCopy = CopyDest->
stripPointerCasts
();
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstructionCombining.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
Evaluator.cpp
401
Value *Ptr = PtrArg->
stripPointerCasts
();
491
Value *Val = getVal(IBI->getAddress())->
stripPointerCasts
();
InlineFunction.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DeadStoreElimination.cpp
290
const Value *P1 = Earlier.Ptr->
stripPointerCasts
();
291
const Value *P2 = Later.Ptr->
stripPointerCasts
();
/external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp
110
V = V->
stripPointerCasts
();
ShadowStackGC.cpp
337
CI, cast<AllocaInst>(CI->getArgOperand(0)->
stripPointerCasts
()));
/external/swiftshader/third_party/LLVM/tools/lto/
LTOCodeGenerator.cpp
302
dyn_cast<GlobalValue>(Inits->getOperand(i)->
stripPointerCasts
()))
/external/llvm/lib/CodeGen/AsmPrinter/
WinException.cpp
77
Per = dyn_cast<Function>(F->getPersonalityFn()->
stripPointerCasts
());
205
PerFn = dyn_cast<Function>(F->getPersonalityFn()->
stripPointerCasts
());
[
all
...]
/external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h
444
BaseGV = dyn_cast<GlobalValue>(Ptr->
stripPointerCasts
());
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
[
all
...]
/external/llvm/lib/Transforms/Scalar/
AlignmentFromAssumptions.cpp
290
AAPtr = AAPtr->
stripPointerCasts
();
/external/llvm/tools/bugpoint/
ExtractFunction.cpp
190
if (I->getAliasee()->
stripPointerCasts
() == GV)
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
StripSymbols.cpp
203
dyn_cast<GlobalValue>(Inits->getOperand(i)->
stripPointerCasts
()))
/external/swiftshader/third_party/LLVM/lib/VMCore/
Value.cpp
311
Value *Value::
stripPointerCasts
() {
Completed in 1154 milliseconds
1
2
3
4
5