Searched refs:PointerOp (Results 1 – 3 of 3) sorted by relevance
1943 PointerOpTy PointerOp; member1946 PtrAdd_match(const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) in PtrAdd_match()1947 : PointerOp(PointerOp), OffsetOp(OffsetOp) {} in PtrAdd_match()1952 PointerOp.match(GEP->getPointerOperand()) && in match()1979 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument1981 PointerOp); in m_Store()1993 m_PtrAdd(const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) { in m_PtrAdd() argument1994 return PtrAdd_match<PointerOpTy, OffsetOpTy>(PointerOp, OffsetOp); in m_PtrAdd()
1398 LoadExpression *NewGVN::createLoadExpression(Type *LoadType, Value *PointerOp, in createLoadExpression() argument1408 E->op_push_back(PointerOp); in createLoadExpression()
6423 Value *PointerOp = getLoadStorePointerOperand(&I); in collectValuesToIgnore() local6424 DeadInterleavePointerOps.push_back(PointerOp); in collectValuesToIgnore()