Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDType.h243 bool isIntOrPtrTy() const { return isIntegerTy() || isPointerTy(); } in isIntOrPtrTy() function
/freebsd-head/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp538 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVTruncateExpr()
545 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVZeroExtendExpr()
552 assert(getOperand()->getType()->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in SCEVSignExtendExpr()
4465 return Ty->isIntOrPtrTy(); in isSCEVable()
4730 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrZeroExtend()
4742 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrSignExtend()
4754 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrZeroExtend()
4766 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrSignExtend()
4778 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getNoopOrAnyExtend()
4790 assert(SrcTy->isIntOrPtrTy() && Ty->isIntOrPtrTy() && in getTruncateOrNoop()
HDValueTracking.cpp1160 if (SrcTy->isIntOrPtrTy() && in computeKnownBitsFromOperator()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineLoadStoreAlloca.cpp550 return Ty->isIntOrPtrTy() || Ty->isFloatingPointTy(); in isSupportedAtomicType()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDLocal.cpp2710 if (FromTy->isIntOrPtrTy() && ToTy->isIntOrPtrTy()) { in isBitCastSemanticsPreserving()
HDBuildLibCalls.cpp1283 if (!T->isIntOrPtrTy()) in markRegisterParameterAttributes()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/NVPTX/
HDNVPTXAsmPrinter.cpp1466 if (ETy->isFloatingPointTy() || ETy->isIntOrPtrTy()) { in emitPTXGlobalVariable()
/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp4333 return I->getType()->isIntOrPtrTy(); in MightBeFoldableInst()
4837 if (AddrInst->getOperand(0)->getType()->isIntOrPtrTy() && in matchOperationAddr()
6843 if (!Load->isSimple() || !Load->getType()->isIntOrPtrTy()) in optimizeLoadExt()
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDVerifier.cpp4209 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitLoadInst()
4235 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitStoreInst()
4304 Check(ElTy->isIntOrPtrTy(), in visitAtomicCmpXchgInst()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp1679 assert(PtrTy->isIntOrPtrTy()); in ptrToIntPtrType()
5353 if (T->isIntOrPtrTy() && T->getPrimitiveSizeInBits() <= 64) in classifyArgument()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/X86/
HDX86ISelLoweringCall.cpp448 if (T->isIntOrPtrTy()) in markLibCallAttributes()
/freebsd-head/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDLoopVectorize.cpp2918 if (VF.isScalar() || (!Elt->isIntOrPtrTy() && !Elt->isFloatingPointTy())) in MaybeVectorizeType()