Home
last modified time | relevance | path

Searched defs:getPointerOperand (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstructions.h285 Value *getPointerOperand() { return getOperand(0); } in getPointerOperand() function
286 const Value *getPointerOperand() const { return getOperand(0); } in getPointerOperand() function
413 Value *getPointerOperand() { return getOperand(1); } in getPointerOperand() function
414 const Value *getPointerOperand() const { return getOperand(1); } in getPointerOperand() function
H A DOperator.h467 Value *getPointerOperand() { in getPointerOperand() function
470 const Value *getPointerOperand() const { in getPointerOperand() function
545 Value *getPointerOperand() { in getPointerOperand() function
548 const Value *getPointerOperand() const { in getPointerOperand() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp561 Value *getPointerOperand() const { in getPointerOperand() function in __anonb85134700311::EarlyCSE::ParseMemoryInst