Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/VectorToLLVM/
H A DConvertVectorToLLVM.cpp108 auto pType = MemRefDescriptor(memref).getElementPtrType(); in getIndexedPtrs() local
118 auto pType = LLVM::LLVMPointerType::get(vt, memRefType.getMemorySpaceAsInt()); in castDataPtr() local
/llvm-project-15.0.7/mlir/lib/Target/Cpp/
H A DTranslateToCpp.cpp1010 if (auto pType = type.dyn_cast<emitc::PointerType>()) { in emitType() local
/llvm-project-15.0.7/lld/ELF/
H A DWriter.cpp2449 unsigned pType, unsigned pFlags) { in addPhdrForSection()