Searched refs:PointerOp (Results 1 – 3 of 3) sorted by relevance
1832 PointerOpTy PointerOp; member1835 PtrAdd_match(const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) in PtrAdd_match()1836 : PointerOp(PointerOp), OffsetOp(OffsetOp) {} in PtrAdd_match()1841 PointerOp.match(GEP->getPointerOperand()) && in match()1868 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument1870 PointerOp); in m_Store()1882 m_PtrAdd(const PointerOpTy &PointerOp, const OffsetOpTy &OffsetOp) { in m_PtrAdd() argument1883 return PtrAdd_match<PointerOpTy, OffsetOpTy>(PointerOp, OffsetOp); in m_PtrAdd()
1361 LoadExpression *NewGVN::createLoadExpression(Type *LoadType, Value *PointerOp, in createLoadExpression() argument1371 E->op_push_back(PointerOp); in createLoadExpression()
6700 Value *PointerOp = getLoadStorePointerOperand(&I); in collectValuesToIgnore() local6701 DeadInterleavePointerOps.push_back(PointerOp); in collectValuesToIgnore()