Home
last modified time | relevance | path

Searched defs:getPointerOperandType (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h262 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function
389 Type *getPointerOperandType() const { return getPointerOperand()->getType(); } in getPointerOperandType() function
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DInstruction.cpp817 Type *GetElementPtrInst::getPointerOperandType() const { in getPointerOperandType() function in llvm::sandboxir::GetElementPtrInst