OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StripPointerCastsAndObjCCalls
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCAliasAnalysis.cpp
62
const Value *SA =
StripPointerCastsAndObjCCalls
(LocA.Ptr);
63
const Value *SB =
StripPointerCastsAndObjCCalls
(LocB.Ptr);
95
const Value *S =
StripPointerCastsAndObjCCalls
(Loc.Ptr);
ObjCARC.h
235
static inline const Value *
StripPointerCastsAndObjCCalls
(const Value *V) {
248
static inline Value *
StripPointerCastsAndObjCCalls
(Value *V) {
262
return
StripPointerCastsAndObjCCalls
(cast<CallInst>(Inst)->getArgOperand(0));
374
StripPointerCastsAndObjCCalls
(LI->getPointerOperand());
ObjCARCOpts.cpp
147
/// \brief This is similar to
StripPointerCastsAndObjCCalls
but it stops as soon
168
if (!U->use_empty() ||
StripPointerCastsAndObjCCalls
(U) != Arg)
[
all
...]
ObjCARCContract.cpp
254
Value *New =
StripPointerCastsAndObjCCalls
(Store->getValueOperand());
Completed in 54 milliseconds