Searched refs:isIntegerTy (Results 1 - 25 of 141) sorted by relevance

123456

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_value.h116 bool isIntegerTy() const { return getKind() == TK_Integer; } function in class:__ubsan::TypeDescriptor
118 return isIntegerTy() && (TypeInfo & 1);
121 return isIntegerTy() && !(TypeInfo & 1);
124 CHECK(isIntegerTy());
152 CHECK(getType().isIntegerTy());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.cpp19 assert(Ty->isIntegerTy() &&
34 assert(Ty->isIntegerTy() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp43 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
46 if (FTy->getParamType(0)->isIntegerTy(32) &&
61 if (FTy->getParamType(0)->isIntegerTy(32) &&
73 if (FTy->getNumParams() == 1 && FTy->getParamType(0)->isIntegerTy(32)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTargetLibraryInfo.cpp642 return SizeTTy ? Ty == SizeTTy : Ty->isIntegerTy();
652 FTy.getReturnType()->isIntegerTy(32));
657 FTy.getReturnType()->isIntegerTy(32));
664 FTy.getReturnType()->isIntegerTy(32));
667 FTy.getReturnType()->isIntegerTy());
673 FTy.getParamType(1)->isIntegerTy());
749 return (NumParams == 2 && FTy.getReturnType()->isIntegerTy(32) &&
754 return (NumParams == 3 && FTy.getReturnType()->isIntegerTy(32) &&
763 FTy.getReturnType()->isIntegerTy());
800 FTy.getReturnType()->isIntegerTy(3
[all...]
H A DScalarEvolutionExpander.cpp1468 if (Result->getType()->isIntegerTy()) {
1668 if (OpTy->isIntegerTy() != Ty->isIntegerTy()) {
1693 if (OpTy->isIntegerTy() != Ty->isIntegerTy()) {
1718 if (OpTy->isIntegerTy() != Ty->isIntegerTy()) {
1743 if (OpTy->isIntegerTy() != Ty->isIntegerTy()) {
1927 assert(Ty->isIntegerTy()
[all...]
H A DIVDescriptors.cpp809 assert((IK != IK_IntInduction || StartValue->getType()->isIntegerTy()) &&
818 assert((IK == IK_FpInduction || Step->getType()->isIntegerTy()) &&
1016 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy() && !PhiTy->isFloatTy() &&
1057 if (!PhiTy->isIntegerTy() && !PhiTy->isPointerTy())
1093 if (PhiTy->isIntegerTy()) {
H A DMemoryBuiltins.cpp163 (FTy->getParamType(FstParam)->isIntegerTy(32) ||
164 FTy->getParamType(FstParam)->isIntegerTy(64))) &&
166 FTy->getParamType(SndParam)->isIntegerTy(32) ||
167 FTy->getParamType(SndParam)->isIntegerTy(64)))
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DType.h197 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } function in class:llvm::Type
200 bool isIntegerTy(unsigned Bitwidth) const;
203 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
208 return getScalarType()->isIntegerTy(BitWidth);
212 bool isIntOrPtrTy() const { return isIntegerTy() || isPointerTy(); }
251 return isFloatingPointTy() || isX86_MMXTy() || isIntegerTy() ||
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DAbstractCallSite.cpp128 assert(OpAsCM->getType()->isIntegerTy(64) &&
144 assert(VarArgFlagAsCM->getType()->isIntegerTy(1) &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h160 if (Ty->isIntegerTy(8) || Ty->isIntegerTy(16) ||
161 Ty->isIntegerTy(32) || Ty->isIntegerTy(64))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp134 if (P->getType()->isIntegerTy(1))
204 if (F.getReturnType()->isIntegerTy(1))
210 if (U->getType()->isIntegerTy(1))
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonTargetTransformInfo.cpp51 if (!cast<VectorType>(VecTy)->getElementType()->isIntegerTy())
65 assert((Ty->isIntegerTy() || Ty->isFloatingPointTy()) &&
273 if (ElemTy->isIntegerTy(32))
H A DHexagonGenExtract.cpp159 if (!Ty->isIntegerTy())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp86 assert(V->getType()->isIntegerTy(1));
239 assert(Cond->getType()->isIntegerTy(1));
253 assert(Cond->getType()->isIntegerTy(1));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Lanai/
H A DLanaiTargetTransformInfo.h53 assert(Ty->isIntegerTy());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp82 assert(F.getReturnType()->isIntegerTy() &&
H A DNVPTXISelLowering.h465 if (!SrcTy->isIntegerTy() || !DstTy->isIntegerTy())
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp524 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
527 if (FTy->getParamType(0)->isIntegerTy(32) &&
542 if (FTy->getParamType(0)->isIntegerTy(32) &&
555 FTy->getParamType(0)->isIntegerTy(32)) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsCCState.cpp50 return (Func && Ty->isIntegerTy(128) && isF128SoftLibCall(Func));
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp110 if (!StoredValTy->isIntegerTy()) {
278 assert(DepLI->getType()->isIntegerTy() && "Can't widen non-integer load");
364 if (!SrcVal->getType()->isIntegerTy())
415 assert(SrcVal->getType()->isIntegerTy() && "Can't widen non-integer load");
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAtomicRMW.cpp138 if (RMWI.getType()->isIntegerTy() &&
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp445 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
447 if (!FTy->getReturnType()->isIntegerTy() &&
616 if (ElemTy->isIntegerTy())
633 if (ElemTy->isIntegerTy())
765 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
769 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
981 if (ElemTy->isIntegerTy()) {
1055 if (cast<VectorType>(Ty)->getElementType()->isIntegerTy()) {
1113 if (ElemT->isIntegerTy()) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp161 bool is64Bit() const { return Root->getType()->isIntegerTy(64); }
530 if (!Ty->isIntegerTy(32) && !Ty->isIntegerTy(64))
636 SMLAD = Acc->getType()->isIntegerTy(32) ?
640 SMLAD = Acc->getType()->isIntegerTy(32) ?
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp34 assert(Ty->isIntegerTy());
67 assert(Ty->isIntegerTy());
185 assert(Ty->isIntegerTy());
773 Src->isIntegerTy(1)) {
873 if (ValTy->isIntegerTy() && ValTy->getScalarSizeInBits() <= 16)
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h115 return V->getType()->isIntegerTy();

Completed in 162 milliseconds

123456