Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h1210 PointerOp_t PointerOp; member
1214 ValueOp(ValueOpMatch), PointerOp(PointerOpMatch) {} in StoreClass_match()
1219 PointerOp.match(LI->getPointerOperand()); in match()
1227 m_Store(const ValueOpTy &ValueOp, const PointerOpTy &PointerOp) { in m_Store() argument
1228 return StoreClass_match<ValueOpTy, PointerOpTy>(ValueOp, PointerOp); in m_Store()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp1321 LoadExpression *NewGVN::createLoadExpression(Type *LoadType, Value *PointerOp, in createLoadExpression() argument
1331 E->op_push_back(PointerOp); in createLoadExpression()