Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h115 Type *getAllocatedType() const { return AllocatedType; } in getAllocatedType() function
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp164 mlir::Type fir::AllocaOp::getAllocatedType() { in getAllocatedType() function in fir::AllocaOp
280 mlir::Type fir::AllocMemOp::getAllocatedType() { in getAllocatedType() function in fir::AllocMemOp
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExprCXX.h2232 QualType getAllocatedType() const { in getAllocatedType() function