Home
last modified time | relevance | path

Searched refs:PointerOperand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp114 Value *PointerOperand, Value *ValueOperand,
1704 Instruction *I, unsigned Size, Align Alignment, Value *PointerOperand, in expandAtomicOpToLibcall() argument
1814 auto PtrTypeAS = PointerOperand->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall()
1816 Builder.CreateBitCast(PointerOperand, Type::getInt8PtrTy(Ctx, PtrTypeAS)); in expandAtomicOpToLibcall()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DMemorySSA.cpp2515 Value *PointerOperand = getLoadStorePointerOperand(&I)->stripPointerCasts(); in getInvariantGroupClobberingInstruction() local
2521 if (isa<Constant>(PointerOperand)) in getInvariantGroupClobberingInstruction()
2526 PointerUsesQueue.push_back(PointerOperand); in getInvariantGroupClobberingInstruction()