Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp115 Value *PointerOperand, Value *ValueOperand,
1757 Instruction *I, unsigned Size, Align Alignment, Value *PointerOperand, in expandAtomicOpToLibcall() argument
1867 auto PtrTypeAS = PointerOperand->getType()->getPointerAddressSpace(); in expandAtomicOpToLibcall()
1869 Builder.CreateBitCast(PointerOperand, Type::getInt8PtrTy(Ctx, PtrTypeAS)); in expandAtomicOpToLibcall()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemorySSA.cpp2464 Value *PointerOperand = getLoadStorePointerOperand(&I)->stripPointerCasts(); in getInvariantGroupClobberingInstruction() local
2470 if (isa<Constant>(PointerOperand)) in getInvariantGroupClobberingInstruction()
2475 PointerUsesQueue.push_back(PointerOperand); in getInvariantGroupClobberingInstruction()