Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h243 bool isIntOrPtrTy() const { return isIntegerTy() || isPointerTy(); } in isIntOrPtrTy() function
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.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()
H A DValueTracking.cpp1160 if (SrcTy->isIntOrPtrTy() && in computeKnownBitsFromOperator()
/src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp550 return Ty->isIntOrPtrTy() || Ty->isFloatingPointTy(); in isSupportedAtomicType()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2710 if (FromTy->isIntOrPtrTy() && ToTy->isIntOrPtrTy()) { in isBitCastSemanticsPreserving()
H A DBuildLibCalls.cpp1283 if (!T->isIntOrPtrTy()) in markRegisterParameterAttributes()
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1466 if (ETy->isFloatingPointTy() || ETy->isIntOrPtrTy()) { in emitPTXGlobalVariable()
/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.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()
/src/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp4209 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitLoadInst()
4235 Check(ElTy->isIntOrPtrTy() || ElTy->isFloatingPointTy(), in visitStoreInst()
4304 Check(ElTy->isIntOrPtrTy(), in visitAtomicCmpXchgInst()
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1679 assert(PtrTy->isIntOrPtrTy()); in ptrToIntPtrType()
5353 if (T->isIntOrPtrTy() && T->getPrimitiveSizeInBits() <= 64) in classifyArgument()
/src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLoweringCall.cpp448 if (T->isIntOrPtrTy()) in markLibCallAttributes()
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2918 if (VF.isScalar() || (!Elt->isIntOrPtrTy() && !Elt->isFloatingPointTy())) in MaybeVectorizeType()