Searched refs:PointerOperand (Results 1 – 3 of 3) sorted by relevance
2499 Value *PointerOperand = getLoadStorePointerOperand(&I)->stripPointerCasts(); in getInvariantGroupClobberingInstruction() local2505 if (isa<Constant>(PointerOperand)) in getInvariantGroupClobberingInstruction()2510 for (const User *Us : PointerOperand->users()) { in getInvariantGroupClobberingInstruction()2519 getLoadStorePointerOperand(U) == PointerOperand && !U->isVolatile()) { in getInvariantGroupClobberingInstruction()
118 Value *PointerOperand, Value *ValueOperand,1900 Instruction *I, unsigned Size, Align Alignment, Value *PointerOperand, in expandAtomicOpToLibcall() argument2007 Value *PtrVal = PointerOperand; in expandAtomicOpToLibcall()
815 Value *PointerOperand) { in getAtomicElemTy() argument816 Type *PointeeTy = GR->findDeducedElementType(PointerOperand); in getAtomicElemTy()