Home
last modified time | relevance | path

Searched refs:isOpaqueOrPointeeTypeMatches (Results 1 – 13 of 13) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DIRBuilder.cpp65 if (PT->isOpaqueOrPointeeTypeMatches(getInt8Ty())) in getCastedInt8PtrValue()
509 assert(PtrTy->isOpaqueOrPointeeTypeMatches(Ty) && "Wrong element type"); in CreateMaskedLoad()
530 assert(PtrTy->isOpaqueOrPointeeTypeMatches(DataTy) && "Wrong element type"); in CreateMaskedStore()
566 ->isOpaqueOrPointeeTypeMatches( in CreateMaskedGather()
603 PtrTy->isOpaqueOrPointeeTypeMatches(DataTy->getElementType()) && in CreateMaskedScatter()
1149 assert(cast<PointerType>(BaseType)->isOpaqueOrPointeeTypeMatches(ElTy) && in CreatePreserveArrayAccessIndex()
1200 assert(cast<PointerType>(BaseType)->isOpaqueOrPointeeTypeMatches(ElTy) && in CreatePreserveStructAccessIndex()
DInstructions.cpp1452 assert(cast<PointerType>(Ptr->getType())->isOpaqueOrPointeeTypeMatches(Ty)); in LoadInst()
1464 assert(cast<PointerType>(Ptr->getType())->isOpaqueOrPointeeTypeMatches(Ty)); in LoadInst()
1481 ->isOpaqueOrPointeeTypeMatches(getOperand(0)->getType()) && in AssertOK()
1565 ->isOpaqueOrPointeeTypeMatches(getOperand(1)->getType()) && in Init()
1568 ->isOpaqueOrPointeeTypeMatches(getOperand(2)->getType()) && in Init()
1619 ->isOpaqueOrPointeeTypeMatches(getOperand(1)->getType()) && in Init()
DVerifier.cpp703 cast<PointerType>(ETy)->isOpaqueOrPointeeTypeMatches(Int8Ty), in visitGlobalVariable()
3042 Assert(FPTy->isOpaqueOrPointeeTypeMatches(Call.getFunctionType()), in visitCallBase()
3723 Assert(PTy->isOpaqueOrPointeeTypeMatches(ElTy), in visitStoreInst()
4989 Assert(PtrTy->isOpaqueOrPointeeTypeMatches(Call.getType()), in visitIntrinsicCall()
5009 Assert(PtrTy->isOpaqueOrPointeeTypeMatches(Val->getType()), in visitIntrinsicCall()
DFunction.cpp1563 return !ThisArgEltTy->isOpaqueOrPointeeTypeMatches( in matchIntrinsicType()
DConstants.cpp2433 assert(OrigPtrTy->isOpaqueOrPointeeTypeMatches(Ty)); in getGetElementPtr()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h692 bool isOpaqueOrPointeeTypeMatches(Type *Ty) { in isOpaqueOrPointeeTypeMatches() function
DInstructions.h961 ->isOpaqueOrPointeeTypeMatches(PointeeType));
973 ->isOpaqueOrPointeeTypeMatches(PointeeType));
1028 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
1175 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
1189 ->isOpaqueOrPointeeTypeMatches(ResultElementType));
DInstrTypes.h1442 assert(cast<PointerType>(Fn->getType())->isOpaqueOrPointeeTypeMatches(FTy));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp1145 ->isOpaqueOrPointeeTypeMatches(ElemTyA) && "Wrong PtrA type"); in getPointersDiff()
1147 ->isOpaqueOrPointeeTypeMatches(ElemTyB) && "Wrong PtrB type"); in getPointersDiff()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp983 if (IsAlias && !PTy->isOpaqueOrPointeeTypeMatches(Ty)) { in parseIndirectSymbol()
3563 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseValID()
7188 if (!cast<PointerType>(Val->getType())->isOpaqueOrPointeeTypeMatches(Ty)) { in parseLoad()
7240 ->isOpaqueOrPointeeTypeMatches(Val->getType())) in parseStore()
7294 ->isOpaqueOrPointeeTypeMatches(Cmp->getType())) in parseCmpXchg()
7297 ->isOpaqueOrPointeeTypeMatches(New->getType())) in parseCmpXchg()
7371 ->isOpaqueOrPointeeTypeMatches(Val->getType())) in parseAtomicRMW()
7448 if (!BasePointerType->isOpaqueOrPointeeTypeMatches(Ty)) { in parseGetElementPtr()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp869 cast<PointerType>(Addr->getType())->isOpaqueOrPointeeTypeMatches(OrigTy)); in getMemoryAccessFuncIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h865 ->isOpaqueOrPointeeTypeMatches(PointeeType) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2673 else if (!OrigPtrTy->isOpaqueOrPointeeTypeMatches(PointeeType)) in parseConstants()
3807 if (!cast<PointerType>(PtrType)->isOpaqueOrPointeeTypeMatches(ValType)) in typeCheckLoadStoreInst()
4142 ->isOpaqueOrPointeeTypeMatches(Ty)) { in parseFunctionBody()
4661 } else if (!CalleeTy->isOpaqueOrPointeeTypeMatches(FTy)) in parseFunctionBody()
5289 } else if (!OpTy->isOpaqueOrPointeeTypeMatches(FTy)) in parseFunctionBody()