Searched defs:PTy (Results 26 - 37 of 37) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp1632 const ObjCObjectPointerType *PTy = cast<ObjCObjectPointerType>( local
H A DCGExpr.cpp2548 auto *PTy = llvm::PointerType::get( local
H A DCodeGenModule.cpp3298 llvm::Type *PTy = llvm::PointerType::getUnqual(Ty); local
3707 llvm::PointerType *PTy = local
4144 llvm::PointerType *PTy = local
H A DCGObjCMac.cpp1974 llvm::Type *PTy = llvm::ArrayType::get(CGM.IntTy, 0); local
H A DCGOpenMPRuntime.cpp10424 QualType PTy = QT.getCanonicalType()->getPointeeType(); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp612 PointerType *PTy = cast<PointerType>(Ty); local
627 VectorType *PTy = cast<VectorType>(Ty); local
H A DVerifier.cpp671 PointerType *PTy = dyn_cast<PointerType>(ATy->getElementType()); local
3407 PointerType *PTy = dyn_cast<PointerType>(LI.getOperand(0)->getType()); local
3433 PointerType *PTy = dyn_cast<PointerType>(SI.getOperand(1)->getType()); local
3494 PointerType *PTy = AI.getType(); local
3532 PointerType *PTy = dyn_cast<PointerType>(CXI.getOperand(0)->getType()); local
3552 PointerType *PTy = dyn_cast<PointerType>(RMWI.getOperand(0)->getType()); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp4732 Type *PTy = getPromotedType((*AI)->getType()); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3242 Type *PTy = cast<FunctionType>(FullFTy)->getParamType(i); local
3344 auto *PTy = dyn_cast<PointerType>(Ty); local
4748 auto *PTy = dyn_cast_or_null<PointerType>(Ty); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2437 EVT PTy = DAG.getTargetLoweringInfo().getPointerTy(DAG.getDataLayout()); local
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp756 QualType PTy = Context.isPromotableBitField(E); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5336 EVT PTy = getPointerTy(DAG.getDataLayout()); local

Completed in 547 milliseconds

12