Home
last modified time | relevance | path

Searched refs:isIntOrPtrTy (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DType.h183 bool isIntOrPtrTy() const { return LLVMTy->isIntOrPtrTy(); } in isIntOrPtrTy() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h252 bool isIntOrPtrTy() const { return isIntegerTy() || isPointerTy(); } in isIntOrPtrTy() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp397 assert(Ty->isIntOrPtrTy() && "Expected integer or pointer type"); in getInductionIntegerTy()
694 assert((PhiTy->isIntOrPtrTy() || PhiTy->isFloatingPointTy()) && in addInductionPhi()
698 if (PhiTy->isIntOrPtrTy()) { in addInductionPhi()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp530 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVTruncateExpr()
537 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVZeroExtendExpr()
544 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVSignExtendExpr()
4431 return Ty->isIntOrPtrTy(); in isSCEVable()
4696 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrZeroExtend()
4708 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrSignExtend()
4720 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrZeroExtend()
4732 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrSignExtend()
4744 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrAnyExtend()
4756 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrNoop()
H A DValueTracking.cpp1300 if (SrcTy->isIntOrPtrTy() && in computeKnownBitsFromOperator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp565 return Ty->isIntOrPtrTy() || Ty->isFloatingPointTy(); in isSupportedAtomicType()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1264 if (ETy->isFloatingPointTy() || ETy->isIntOrPtrTy()) { in emitPTXGlobalVariable()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2751 if (FromTy->isIntOrPtrTy() && ToTy->isIntOrPtrTy()) { in isBitCastSemanticsPreserving()
H A DBuildLibCalls.cpp1432 if (!T->isIntOrPtrTy()) in markRegisterParameterAttributes()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4669 return I->getType()->isIntOrPtrTy(); in MightBeFoldableInst()
5173 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()
7232 if (!Load->isSimple() || !Load->getType()->isIntOrPtrTy()) in optimizeLoadExt()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4369 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitLoadInst()
4395 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitStoreInst()
4472 Check(ElTy->isIntOrPtrTy(), in visitAtomicCmpXchgInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp428 if (!CTy->isIntOrPtrTy() && !CTy->isFloatingPointTy()) in getMemSetPatternValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp465 if (T->isIntOrPtrTy()) in markLibCallAttributes()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1752 assert(PtrTy->isIntOrPtrTy()); in ptrToIntPtrType()
6746 if (T->isIntOrPtrTy() && T->getPrimitiveSizeInBits() <= 64) in classifyArgument()