Home
last modified time | relevance | path

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

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