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

/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DInferAddressSpaces.cpp489 auto PushPtrOperand = [&](Value *Ptr) { local
498 PushPtrOperand(GEP->getPointerOperand());
500 PushPtrOperand(LI->getPointerOperand());
502 PushPtrOperand(SI->getPointerOperand());
504 PushPtrOperand(RMW->getPointerOperand());
506 PushPtrOperand(CmpX->getPointerOperand());
509 PushPtrOperand(MI->getRawDest());
513 PushPtrOperand(MTI->getRawSource());
518 PushPtrOperand(Cmp->getOperand(0));
519 PushPtrOperand(Cm
[all...]

Completed in 163 milliseconds