Home
last modified time | relevance | path

Searched refs:isNonIntegralPointerType (Results 1 – 11 of 11) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h349 bool isNonIntegralPointerType(PointerType *PT) const { in isNonIntegralPointerType() function
355 bool isNonIntegralPointerType(Type *Ty) const { in isNonIntegralPointerType() function
357 return PTy && isNonIntegralPointerType(PTy); in isNonIntegralPointerType()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp34 if (DL.isNonIntegralPointerType(StoredVal->getType()) != in canCoerceMustAliasedValueToLoad()
35 DL.isNonIntegralPointerType(LoadTy)) in canCoerceMustAliasedValueToLoad()
H A DLocal.cpp1799 bool LosslessConversion = !DL.isNonIntegralPointerType(FromTy) && in isBitCastSemanticsPreserving()
1800 !DL.isNonIntegralPointerType(ToTy); in isBitCastSemanticsPreserving()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4666 if (!DL->isNonIntegralPointerType(Addr->getType())) { in optimizeMemoryInst()
4754 if (DL->isNonIntegralPointerType(Addr->getType()) || in optimizeMemoryInst()
4755 (BasePtrTy && DL->isNonIntegralPointerType(BasePtrTy)) || in optimizeMemoryInst()
4756 (ScalePtrTy && DL->isNonIntegralPointerType(ScalePtrTy)) || in optimizeMemoryInst()
4758 DL->isNonIntegralPointerType(AddrMode.BaseGV->getType()))) in optimizeMemoryInst()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1369 DL.isNonIntegralPointerType(STy) ? Normalized->getType() : ExpandTy; in expandAddRecExprLiterally()
2177 Type *ARExpandTy = DL.isNonIntegralPointerType(ARTy) ? ARTy : Ty; in generateOverflowCheck()
H A DConstantFolding.cpp891 !DL.isNonIntegralPointerType(PTy)) { in SymbolicallyEvaluateGEP()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp400 if (DL->isNonIntegralPointerType(SI->getValueOperand()->getType())) in isLegalStore()
H A DSROA.cpp1706 return !DL.isNonIntegralPointerType(NewTy); in canConvertValue()
1710 if (!DL.isNonIntegralPointerType(OldTy)) in canConvertValue()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp635 !DL.isNonIntegralPointerType(Ty) && in combineLoadToOperationType()
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp1884 !DL.isNonIntegralPointerType(cast<PointerType>(PtrTy->getScalarType())), in visitConstantExpr()
2660 Assert(!DL.isNonIntegralPointerType(PTy), in visitPtrToIntInst()
2687 Assert(!DL.isNonIntegralPointerType(PTy), in visitIntToPtrInst()
H A DInstructions.cpp2894 !DL.isNonIntegralPointerType(PtrTy)); in isBitOrNoopPointerCastable()
2898 !DL.isNonIntegralPointerType(PtrTy)); in isBitOrNoopPointerCastable()