Searched refs:isIntegerTy (Results 26 - 50 of 89) sorted by relevance

1234

/external/clang/lib/CodeGen/
H A DCodeGenTypes.cpp91 if (!R->isIntegerTy(1))
248 if (!ConvertType(ED->getIntegerType())->isIntegerTy(32))
H A DCGExprConstant.cpp246 assert(AT->getElementType()->isIntegerTy(CharWidth) &&
258 Elements.back()->getType()->isIntegerTy(CharWidth) &&
1028 if (C && C->getType()->isIntegerTy(1)) {
1053 if (C && C->getType()->isIntegerTy(1)) {
1236 if (C->getType()->isIntegerTy(1)) {
H A DTargetInfo.cpp499 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
1820 EltTy->isIntegerTy(8) || EltTy->isIntegerTy(16) ||
1821 EltTy->isIntegerTy(32) || EltTy->isIntegerTy(64) ||
1822 EltTy->isIntegerTy(128)))
1989 IRType->isIntegerTy(64))
1998 if (IRType->isIntegerTy(8) || IRType->isIntegerTy(16) ||
1999 IRType->isIntegerTy(3
[all...]
H A DCGStmt.cpp1751 else if (TruncTy->isPointerTy() && Tmp->getType()->isIntegerTy()) {
1756 } else if (Tmp->getType()->isPointerTy() && TruncTy->isIntegerTy()) {
1761 } else if (TruncTy->isIntegerTy()) {
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp94 cast<ArrayType>(Ty)->getElementType()->isIntegerTy(8)));
270 if (!Ty->isIntegerTy() || Ty->isVectorTy())
/external/llvm/lib/CodeGen/
H A DStackProtector.cpp147 if (!AT->getElementType()->isIntegerTy(8)) {
/external/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp249 if (isa<SCEVCouldNotCompute>(BECount) || !BECount->getType()->isIntegerTy())
H A DBuildLibCalls.cpp526 !FT->getParamType(1)->isIntegerTy() ||
572 !FT->getParamType(2)->isIntegerTy() ||
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp412 if (PN.getType()->isIntegerTy() && CastSrcTy->isIntegerTy()) {
898 if (PN.getType()->isIntegerTy() && TD &&
H A DInstCombineSelect.cpp665 if (!IC || !IC->isEquality() || !SI.getType()->isIntegerTy())
740 if (SI.getType()->isIntegerTy(1)) {
925 if (SI.getType()->isIntegerTy()) {
H A DInstCombineMulDivRem.cpp250 if (I.getType()->isIntegerTy(1))
566 if (match(RHS, m_UIToFP(m_Value(C))) && C->getType()->isIntegerTy(1)) {
581 C->getType()->isIntegerTy(1)) {
938 if (I.getType()->isIntegerTy()) {
1198 if (I.getType()->isIntegerTy()) {
H A DInstCombineCasts.cpp314 if (!Src->getType()->isIntegerTy() ||
315 !CI.getType()->isIntegerTy() ||
889 if (SrcI && SrcI->hasOneUse() && SrcI->getType()->isIntegerTy(1) &&
H A DInstructionCombining.cpp104 assert(From->isIntegerTy() && To->isIntegerTy());
524 if (C->getType()->getElementType()->isIntegerTy())
593 if (SI->getType()->isIntegerTy(1)) return 0;
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp412 (In->isIntegerTy() && In->getPrimitiveSizeInBits() >= 8 &&
518 if (!GEPNonConstantIdx->getType()->isIntegerTy(32))
869 if (ToType->isIntegerTy()) {
1804 if (!MemOpType || MemOpType->isIntegerTy()) {
1922 } else if (LIType->isIntegerTy() &&
1949 } else if (SIType->isIntegerTy() &&
2483 if (!FieldTy->isIntegerTy() && !FieldTy->isFloatingPointTy() &&
H A DCodeGenPrepare.cpp1003 return I->getType()->isPointerTy() || I->getType()->isIntegerTy();
1045 AddrInst->getOperand(0)->getType()->isIntegerTy()) &&
1836 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1);
H A DGVN.cpp890 if (!StoredValTy->isIntegerTy()) {
1108 if (!SrcVal->getType()->isIntegerTy())
1142 assert(SrcVal->getType()->isIntegerTy() && "Can't widen non-integer load");
2096 if (!RHS->getType()->isIntegerTy(1))
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1567 assert(Ty->isIntegerTy() && "Can only insert integer induction variables!");
1587 if (!lhs->getType()->isIntegerTy() || !rhs->getType()->isIntegerTy())
1588 return rhs->getType()->isIntegerTy() && !lhs->getType()->isIntegerTy();
1636 if (Phi->getType()->isIntegerTy() && TTI
H A DInstructionSimplify.cpp65 assert(Ty->getScalarType()->isIntegerTy(1) &&
73 assert(Ty->getScalarType()->isIntegerTy(1) &&
627 if (MaxRecurse && Op0->getType()->isIntegerTy(1))
841 if (MaxRecurse && Op0->getType()->isIntegerTy(1))
1004 if (MaxRecurse && Op0->getType()->isIntegerTy(1))
1090 if (Op0->getType()->isIntegerTy(1))
1215 if (Op0->getType()->isIntegerTy(1))
1872 if (OpTy->getScalarType()->isIntegerTy(1)) {
H A DValueTracking.cpp456 if ((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
1300 assert(V->getType()->isIntegerTy() && "Not integer or pointer type!");
1471 if (V->getType()->isIntegerTy(8)) return V;
1757 if (AT == 0 || !AT->getElementType()->isIntegerTy(8))
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1050 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
1065 return 0 && Ty1->isIntegerTy(8) && Ty2->isIntegerTy(16);
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp752 if (CI->getType()->isIntegerTy() && RetTy->isPointerTy())
754 else if (CI->getType()->isPointerTy() && RetTy->isIntegerTy())
/external/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1562 } else if (SrcElemTy->isIntegerTy()) {
1641 } else if (DstTy->isIntegerTy()) {
1646 } else if (SrcTy->isIntegerTy()) {
1652 if (SrcTy->isIntegerTy())
1658 if (SrcTy->isIntegerTy())
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1202 if (I->getType()->isIntegerTy(8)) {
1211 } else if (I->getType()->isIntegerTy(16)) {
1220 } else if (I->getType()->isIntegerTy(32)) {
1229 } else if (I->getType()->isIntegerTy(64)) {
1620 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
1635 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
1945 if (ArgVal->getType()->isIntegerTy(1) && isa<TruncInst>(ArgVal) &&
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp362 if (retTy->isPrimitiveType() || retTy->isIntegerTy()) {
832 if (retTy->isPrimitiveType() || retTy->isIntegerTy() ||
1066 if (retTy->isIntegerTy() &&
1819 if (RetTy->isIntegerTy() &&
/external/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp417 if (T->isIntegerTy())

Completed in 709 milliseconds

1234