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

1 2 3

  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 136 if (RetTy->isIntegerTy(32) || RetTy->isVoidTy()) {
139 if (FTy->getParamType(0)->isIntegerTy(32) &&
154 if (FTy->getParamType(0)->isIntegerTy(32) &&
167 FTy->getParamType(0)->isIntegerTy(32)) {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 53 (FTy->getParamType(0)->isIntegerTy(32) ||
54 FTy->getParamType(0)->isIntegerTy(64));
ScalarEvolution.cpp 334 assert((Op->getType()->isIntegerTy() || Op->getType()->isPointerTy()) &&
335 (Ty->isIntegerTy() || Ty->isPointerTy()) &&
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()) &&
411 STy->getElementType(0)->isIntegerTy(1)) {
    [all...]
ScalarEvolutionExpander.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 192 !FT->getParamType(2)->isIntegerTy())
239 !FT->getParamType(1)->isIntegerTy(32))
252 if (Len == 0 || !FT->getParamType(1)->isIntegerTy(32))// memchr needs i32.
288 !FT->getParamType(1)->isIntegerTy(32))
325 !FT->getReturnType()->isIntegerTy(32) ||
373 !FT->getReturnType()->isIntegerTy(32) ||
376 !FT->getParamType(2)->isIntegerTy())
470 !FT->getParamType(2)->isIntegerTy())
518 !FT->getReturnType()->isIntegerTy())
605 !FT->getReturnType()->isIntegerTy())
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 139 if (Tp->isIntegerTy()) {
161 if (Tp->isIntegerTy()) {
357 case 0: if (Ty->getScalarType()->isIntegerTy())
359 case 1: if (Ty->getScalarType()->isIntegerTy())
381 if (Ty->isIntegerTy()) {
383 case 0: if (Ty->isIntegerTy())
386 case 1: if (Ty->isIntegerTy())
390 case 6: if (Ty->isIntegerTy())
500 if (VTy->getScalarType()->isIntegerTy() &&
501 DestTy->getScalarType()->isIntegerTy()) {
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 173 if (DestPTy->isIntegerTy() || DestPTy->isPointerTy() ||
190 (SrcPTy->isIntegerTy() || SrcPTy->isPointerTy() ||
335 if (!DestPTy->isIntegerTy() && !DestPTy->isPointerTy())
369 if (!SrcPTy->isIntegerTy() && !SrcPTy->isPointerTy())
390 if (CastSrcTy->isIntegerTy())
392 } else if (CastDstTy->isIntegerTy()) {
InstCombineAddSub.cpp 38 if (!V->hasOneUse() || !V->getType()->isIntegerTy())
111 if (ZI->getSrcTy()->isIntegerTy(1))
158 if (I.getType()->isIntegerTy(1))
559 if (I.getType()->isIntegerTy(1))
594 if (ZI->getSrcTy()->isIntegerTy(1))
  /external/llvm/include/llvm/
Type.h 178 /// isIntegerTy - True if this is an instance of IntegerType.
180 bool isIntegerTy() const { return getTypeID() == IntegerTyID; }
182 /// isIntegerTy - Return true if this is an IntegerType of the given width.
183 bool isIntegerTy(unsigned Bitwidth) const;
  /external/llvm/lib/VMCore/
Type.cpp 50 /// isIntegerTy - Return true if this is an IntegerType of the specified width.
51 bool Type::isIntegerTy(unsigned Bitwidth) const {
52 return isIntegerTy() && cast<IntegerType>(this)->getBitWidth() == Bitwidth;
59 if (isIntegerTy())
63 return cast<VectorType>(this)->getElementType()->isIntegerTy();
176 if (this->isIntegerTy())
666 if (V->getType()->isIntegerTy(32))
673 return V->getType()->isIntegerTy();
739 return ElemTy->isIntegerTy() || ElemTy->isFloatingPointTy();
Instructions.cpp 699 assert(getCondition()->getType()->isIntegerTy(1) &&
800 assert(Amt->getType()->isIntegerTy() &&
    [all...]
Constants.cpp 396 assert(Ty->isIntegerTy(1) && "True must be i1 or vector of i1.");
399 assert(VTy->getElementType()->isIntegerTy(1) &&
408 assert(Ty->isIntegerTy(1) && "False must be i1 or vector of i1.");
411 assert(VTy->getElementType()->isIntegerTy(1) &&
716 if (CI->getType()->isIntegerTy(8)) {
725 } else if (CI->getType()->isIntegerTy(16)) {
734 } else if (CI->getType()->isIntegerTy(32)) {
743 } else if (CI->getType()->isIntegerTy(64)) {
897 if (CI->getType()->isIntegerTy(8)) {
    [all...]
ConstantFold.cpp 161 if (DestTy->isIntegerTy())
195 assert(C->getType()->isIntegerTy() &&
366 if (!PTy->getElementType()->isIntegerTy(1))
431 if (!PTy->getElementType()->isIntegerTy(1))
629 STy->getElementType(0)->isIntegerTy(1)) {
    [all...]
IRBuilder.cpp 44 if (PT->getElementType()->isIntegerTy(8))
Attributes.cpp 100 if (!Ty->isIntegerTy())
  /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) &&
437 FTy->getParamType(0)->isIntegerTy(32)) {
  /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!");
548 !CI->getType()->isIntegerTy())
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 129 return I->getType()->isPointerTy() || I->getType()->isIntegerTy();
172 AddrInst->getOperand(0)->getType()->isIntegerTy()) &&
BuildLibCalls.cpp 417 !FT->getParamType(1)->isIntegerTy() ||
461 !FT->getParamType(2)->isIntegerTy() ||
LoopUnrollRuntime.cpp 247 if (isa<SCEVCouldNotCompute>(BECount) || !BECount->getType()->isIntegerTy())
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 86 if (!AI->getType()->isIntegerTy(32)) {
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 90 if (!R->isIntegerTy(1))
247 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32))
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 97 cast<ArrayType>(Ty)->getElementType()->isIntegerTy(8)));
267 if (!Ty->isIntegerTy() || Ty->isVectorTy())
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp 372 if (NumArgs >= 1 && !FTy->getParamType(0)->isIntegerTy(32))
374 if (!FTy->getReturnType()->isIntegerTy() &&
672 assert(DestTy->isIntegerTy(32) && "Invalid bitcast");
676 assert(DestTy->isIntegerTy(64) && "Invalid bitcast");
    [all...]

Completed in 158 milliseconds

1 2 3