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

1234

/freebsd-10.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp412 if (PN.getType()->isIntegerTy() && CastSrcTy->isIntegerTy()) {
896 if (PN.getType()->isIntegerTy() && TD &&
H A DInstCombineMulDivRem.cpp250 if (I.getType()->isIntegerTy(1))
567 if (match(RHS, m_UIToFP(m_Value(C))) && C->getType()->isIntegerTy(1)) {
582 C->getType()->isIntegerTy(1)) {
939 if (I.getType()->isIntegerTy()) {
1199 if (I.getType()->isIntegerTy()) {
H A DInstCombineAndOrXor.cpp571 if (!L1->getType()->isIntegerTy()) {
581 if (!L2->getType()->isIntegerTy()) {
607 } else if (R1->getType()->isIntegerTy()) {
627 if (!ok && R2->getType()->isIntegerTy()) {
1348 X->getType()->getScalarType()->isIntegerTy(1)) {
1355 X->getType()->getScalarType()->isIntegerTy(1)) {
1529 !Cond->getType()->isIntegerTy(1))
2214 if (match(Op0, m_SExt(m_Value(A))) && A->getType()->isIntegerTy(1))
2216 if (match(Op1, m_SExt(m_Value(A))) && A->getType()->isIntegerTy(1))
2496 if (SrcTy == Op1C->getOperand(0)->getType() && SrcTy->isIntegerTy()
[all...]
H A DInstructionCombining.cpp104 assert(From->isIntegerTy() && To->isIntegerTy());
524 if (C->getType()->getElementType()->isIntegerTy())
593 if (SI->getType()->isIntegerTy(1)) return 0;
H A DInstCombineCasts.cpp314 if (!Src->getType()->isIntegerTy() ||
315 !CI.getType()->isIntegerTy() ||
889 if (SrcI && SrcI->hasOneUse() && SrcI->getType()->isIntegerTy(1) &&
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp225 assert(AT->getElementType()->isIntegerTy(CharWidth) &&
237 Elements.back()->getType()->isIntegerTy(CharWidth) &&
1007 if (C && C->getType()->isIntegerTy(1)) {
1032 if (C && C->getType()->isIntegerTy(1)) {
1215 if (C->getType()->isIntegerTy(1)) {
H A DTargetInfo.cpp505 cast<llvm::VectorType>(IRType)->getElementType()->isIntegerTy() &&
1840 EltTy->isIntegerTy(8) || EltTy->isIntegerTy(16) ||
1841 EltTy->isIntegerTy(32) || EltTy->isIntegerTy(64) ||
1842 EltTy->isIntegerTy(128)))
2009 IRType->isIntegerTy(64))
2018 if (IRType->isIntegerTy(8) || IRType->isIntegerTy(16) ||
2019 IRType->isIntegerTy(3
[all...]
H A DCGStmt.cpp1754 else if (TruncTy->isPointerTy() && Tmp->getType()->isIntegerTy()) {
1759 } else if (Tmp->getType()->isPointerTy() && TruncTy->isIntegerTy()) {
1764 } else if (TruncTy->isIntegerTy()) {
/freebsd-10.3-release/contrib/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.cpp997 return I->getType()->isPointerTy() || I->getType()->isIntegerTy();
1039 AddrInst->getOperand(0)->getType()->isIntegerTy()) &&
1827 bool VectorCond = !SI->getCondition()->getType()->isIntegerTy(1);
H A DGVN.cpp907 if (!StoredValTy->isIntegerTy()) {
1126 if (!SrcVal->getType()->isIntegerTy())
1160 assert(SrcVal->getType()->isIntegerTy() && "Can't widen non-integer load");
2128 if (!RHS->getType()->isIntegerTy(1))
/freebsd-10.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp342 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)) {
2661 return Ty->isIntegerTy() || Ty->isPointerTy();
2674 if (Ty->isIntegerTy())
2690 if (Ty->isIntegerTy()) {
[all...]
H A DScalarEvolutionExpander.cpp1551 assert(Ty->isIntegerTy() && "Can only insert integer induction variables!");
1568 if (!lhs->getType()->isIntegerTy() || !rhs->getType()->isIntegerTy())
1569 return rhs->getType()->isIntegerTy() && !lhs->getType()->isIntegerTy();
1617 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))
843 if (MaxRecurse && Op0->getType()->isIntegerTy(1))
1006 if (MaxRecurse && Op0->getType()->isIntegerTy(1))
1092 if (Op0->getType()->isIntegerTy(1))
1217 if (Op0->getType()->isIntegerTy(1))
1885 if (OpTy->getScalarType()->isIntegerTy(1)) {
H A DValueTracking.cpp457 if ((SrcTy->isIntegerTy() || SrcTy->isPointerTy()) &&
1310 assert(V->getType()->isIntegerTy() && "Not integer or pointer type!");
1481 if (V->getType()->isIntegerTy(8)) return V;
1771 if (AT == 0 || !AT->getElementType()->isIntegerTy(8))
/freebsd-10.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp433 if (Ty->isPrimitiveType() || Ty->isIntegerTy()) {
1210 if (ETy->isPrimitiveType() || ETy->isIntegerTy() || isa<PointerType>(ETy)) {
1213 if (ETy->isIntegerTy(1))
1381 if (ETy->isPrimitiveType() || ETy->isIntegerTy() || isa<PointerType>(ETy)) {
1413 if (Ty->isPrimitiveType() || Ty->isIntegerTy() || isa<PointerType>(Ty))
1574 if (Ty->isIntegerTy(1))
/freebsd-10.3-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1166 if (!Ty1->isIntegerTy() || !Ty2->isIntegerTy())
1181 return 0 && Ty1->isIntegerTy(8) && Ty2->isIntegerTy(16);
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp526 !FT->getParamType(1)->isIntegerTy() ||
572 !FT->getParamType(2)->isIntegerTy() ||
/freebsd-10.3-release/contrib/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp729 if (SrcTy->isIntegerTy() && DestTy->isPointerTy())
731 else if (SrcTy->isPointerTy() && DestTy->isIntegerTy())
/freebsd-10.3-release/contrib/llvm/lib/Target/X86/
H A DX86FastISel.cpp1251 if (I->getType()->isIntegerTy(8)) {
1260 } else if (I->getType()->isIntegerTy(16)) {
1269 } else if (I->getType()->isIntegerTy(32)) {
1278 } else if (I->getType()->isIntegerTy(64)) {
1669 if (!MCI.getLength()->getType()->isIntegerTy(SizeWidth))
1684 if (!MSI.getLength()->getType()->isIntegerTy(SizeWidth))
1994 if (ArgVal->getType()->isIntegerTy(1) && isa<TruncInst>(ArgVal) &&
/freebsd-10.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDebugIR.cpp418 if (T->isIntegerTy())
H A DMemorySanitizer.cpp1314 if (dstTy->isIntegerTy() && srcTy->isIntegerTy())
1808 assert(AggShadow->getType()->isIntegerTy());
2183 if (T->isIntegerTy() && T->getPrimitiveSizeInBits() <= 64)
/freebsd-10.3-release/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1185 if (!CurTy->isIntegerTy() || Record.empty())
1190 if (!CurTy->isIntegerTy() || Record.empty())
1273 if (EltTy->isIntegerTy(8)) {
1279 } else if (EltTy->isIntegerTy(16)) {
1285 } else if (EltTy->isIntegerTy(32)) {
1291 } else if (EltTy->isIntegerTy(64)) {
/freebsd-10.3-release/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp2308 if (!Elts[0]->getType()->isIntegerTy() &&
2819 if (!Ty->isIntegerTy())
3458 if (!Cond->getType()->isIntegerTy())
4065 if (Size && !Size->getType()->isIntegerTy())
4187 if (!New->getType()->isIntegerTy())
4243 if (!Val->getType()->isIntegerTy())
4298 if (!Val->getType()->getScalarType()->isIntegerTy())
/freebsd-10.3-release/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1544 } else if (SrcElemTy->isIntegerTy()) {
1623 } else if (DstTy->isIntegerTy()) {
1628 } else if (SrcTy->isIntegerTy()) {
1634 if (SrcTy->isIntegerTy())
1640 if (SrcTy->isIntegerTy())

Completed in 311 milliseconds

1234