Home
last modified time | relevance | path

Searched refs:getPointeeInMemoryValueType (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DArgument.h105 Type *getPointeeInMemoryValueType() const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DValue.cpp864 if (Type *ArgMemTy = A->getPointeeInMemoryValueType()) { in getPointerDereferenceableBytes()
H A DFunction.cpp217 Type *Argument::getPointeeInMemoryValueType() const { in getPointeeInMemoryValueType() function in Argument
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp803 Type *MemoryTy = A.getPointeeInMemoryValueType(); in visitArgument()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp11558 ArgMemTy = Arg.getPointeeInMemoryValueType(); in LowerArguments()