Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h243 bool isIntOrPtrTy() const { return isIntegerTy() || isPointerTy(); } in isIntOrPtrTy() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp531 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVTruncateExpr()
538 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVZeroExtendExpr()
545 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVSignExtendExpr()
4460 return Ty->isIntOrPtrTy(); in isSCEVable()
4725 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrZeroExtend()
4737 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrSignExtend()
4749 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrZeroExtend()
4761 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrSignExtend()
4773 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrAnyExtend()
4785 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrNoop()
H A DValueTracking.cpp1028 if (SrcTy->isIntOrPtrTy() && in computeKnownBitsFromOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp551 return Ty->isIntOrPtrTy() || Ty->isFloatingPointTy(); in isSupportedAtomicType()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2682 if (FromTy->isIntOrPtrTy() && ToTy->isIntOrPtrTy()) { in isBitCastSemanticsPreserving()
H A DBuildLibCalls.cpp1272 if (!T->isIntOrPtrTy()) in markRegisterParameterAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1458 if (ETy->isFloatingPointTy() || ETy->isIntOrPtrTy()) { in emitPTXGlobalVariable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4075 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitLoadInst()
4101 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitStoreInst()
4170 Check(ElTy->isIntOrPtrTy(), in visitAtomicCmpXchgInst()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4238 return I->getType()->isIntOrPtrTy(); in MightBeFoldableInst()
4742 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()
6729 if (!Load->isSimple() || !Load->getType()->isIntOrPtrTy()) in optimizeLoadExt()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1662 assert(PtrTy->isIntOrPtrTy()); in ptrToIntPtrType()
5088 if (T->isIntOrPtrTy() && T->getPrimitiveSizeInBits() <= 64) in classifyArgument()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp446 if (T->isIntOrPtrTy()) in markLibCallAttributes()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3422 if (VF.isScalar() || (!Elt->isIntOrPtrTy() && !Elt->isFloatingPointTy())) in MaybeVectorizeType()