HomeSort by relevance Sort by last modified time
    Searched refs:isIntegerTy (Results 1 - 25 of 91) sorted by null

1 2 3 4

  /external/compiler-rt/lib/ubsan/
ubsan_value.h 124 bool isIntegerTy() const { return getKind() == TK_Integer; }
126 return isIntegerTy() && (TypeInfo & 1);
129 return isIntegerTy() && !(TypeInfo & 1);
132 CHECK(isIntegerTy());
160 CHECK(getType().isIntegerTy());
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCUtil.cpp 100 if (ETy->isIntegerTy(8))
121 if (Pte->getElementType()->isIntegerTy(8))
134 if (Pte->getElementType()->isIntegerTy(8))
138 if (ETy1->isIntegerTy(8))
146 if (Pte1->getElementType()->isIntegerTy(8))
  /external/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 211 !FT->getParamType(1)->isIntegerTy() ||
332 !FT->getParamType(2)->isIntegerTy() ||
408 !FT->getParamType(2)->isIntegerTy())
451 !FT->getParamType(1)->isIntegerTy(32))
464 if (Len == 0 || !FT->getParamType(1)->isIntegerTy(32))// memchr needs i32.
497 !FT->getParamType(1)->isIntegerTy(32))
531 !FT->getReturnType()->isIntegerTy(32) ||
576 !FT->getReturnType()->isIntegerTy(32) ||
579 !FT->getParamType(2)->isIntegerTy())
692 !FT->getParamType(2)->isIntegerTy())
    [all...]
BypassSlowDivision.cpp 242 if (!J->getType()->isIntegerTy())
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 242 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
245 if (FTy->getParamType(0)->isIntegerTy(32) &&
260 if (FTy->getParamType(0)->isIntegerTy(32) &&
273 FTy->getParamType(0)->isIntegerTy(32)) {
  /external/llvm/include/llvm/IR/
Type.h 194 /// isIntegerTy - True if this is an instance of IntegerType.
196 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
198 /// isIntegerTy - Return true if this is an IntegerType of the given width.
199 bool isIntegerTy(unsigned Bitwidth) const;
204 bool isIntOrIntVectorTy() const { return getScalarType()->isIntegerTy(); }
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 149 if (Tp->isIntegerTy()) {
171 if (Tp->isIntegerTy()) {
367 case 0: if (Ty->getScalarType()->isIntegerTy())
369 case 1: if (Ty->getScalarType()->isIntegerTy())
389 if (Ty->isIntegerTy()) {
391 case 0: if (Ty->isIntegerTy())
394 case 1: if (Ty->isIntegerTy())
398 case 6: if (Ty->isIntegerTy())
508 if (VTy->getScalarType()->isIntegerTy() &&
509 DestTy->getScalarType()->isIntegerTy()) {
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 727 assert(getCondition()->getType()->isIntegerTy(1) &&
828 assert(Amt->getType()->isIntegerTy() &&
    [all...]
Constants.cpp 455 assert(Ty->isIntegerTy(1) && "True must be i1 or vector of i1.");
458 assert(VTy->getElementType()->isIntegerTy(1) &&
467 assert(Ty->isIntegerTy(1) && "False must be i1 or vector of i1.");
470 assert(VTy->getElementType()->isIntegerTy(1) &&
773 if (CI->getType()->isIntegerTy(8)) {
782 } else if (CI->getType()->isIntegerTy(16)) {
791 } else if (CI->getType()->isIntegerTy(32)) {
800 } else if (CI->getType()->isIntegerTy(64)) {
    [all...]
Type.cpp 57 /// isIntegerTy - Return true if this is an IntegerType of the specified width.
58 bool Type::isIntegerTy(unsigned Bitwidth) const {
59 return isIntegerTy() && cast<IntegerType>(this)->getBitWidth() == Bitwidth;
159 if (this->isIntegerTy())
653 if (!V->getType()->getScalarType()->isIntegerTy(32))
726 return ElemTy->isIntegerTy() || ElemTy->isFloatingPointTy() ||
ConstantFold.cpp 165 if (DestTy->isIntegerTy())
199 assert(C->getType()->isIntegerTy() &&
370 if (!PTy->getElementType()->isIntegerTy(1))
435 if (!PTy->getElementType()->isIntegerTy(1))
633 STy->getElementType(0)->isIntegerTy(1)) {
    [all...]
IRBuilder.cpp 44 if (PT->getElementType()->isIntegerTy(8))
Verifier.cpp 467 STy->getTypeAtIndex(0u)->isIntegerTy(32) &&
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 406 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
409 if (FTy->getParamType(0)->isIntegerTy(32) &&
424 if (FTy->getParamType(0)->isIntegerTy(32) &&
436 if (FTy->getParamType(0)->isIntegerTy(32)) {
  /external/llvm/lib/Target/NVPTX/
NVVMReflect.cpp 135 assert(ReflectFunction->getReturnType()->isIntegerTy() &&
NVPTXAsmPrinter.cpp 428 if (Ty->isPrimitiveType() || Ty->isIntegerTy()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 297 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
314 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
459 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
493 if (!SrcPTy->isIntegerTy() && !SrcPTy->isPointerTy())
514 if (CastSrcTy->isIntegerTy())
516 } else if (CastDstTy->isIntegerTy()) {
InstCombineAddSub.cpp 865 if (!V->hasOneUse() || !V->getType()->isIntegerTy())
938 if (ZI->getSrcTy()->isIntegerTy(1))
990 if (I.getType()->isIntegerTy(1))
    [all...]
  /external/llvm/lib/CodeGen/
IntrinsicLowering.cpp 167 assert(V->getType()->isIntegerTy() && "Can't bswap a non-integer type!");
263 assert(V->getType()->isIntegerTy() && "Can't ctpop a non-integer type!");
554 !CI->getType()->isIntegerTy())
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 344 (CI->getSrcTy()->getScalarType()->isIntegerTy(64) ||
345 CI->getDestTy()->getScalarType()->isIntegerTy(64))
349 J->getType()->getScalarType()->isIntegerTy(64) &&
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 373 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
375 if (!FTy->getReturnType()->isIntegerTy() &&
565 if (ElemTy->isIntegerTy())
697 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
701 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
    [all...]
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 131 (FTy->getParamType(FstParam)->isIntegerTy(32) ||
132 FTy->getParamType(FstParam)->isIntegerTy(64))) &&
134 FTy->getParamType(SndParam)->isIntegerTy(32) ||
135 FTy->getParamType(SndParam)->isIntegerTy(64)))
ScalarEvolution.cpp 342 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
343 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
350 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
351 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
358 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
359 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
419 STy->getElementType(0)->isIntegerTy(1)) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 86 if (!AI->getType()->isIntegerTy(32)) {
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 397 Ty->isIntegerTy() && !IsVolatile && Offset == 0 && Size >= AllocSize;
    [all...]

Completed in 529 milliseconds

1 2 3 4