Searched refs:CmpTy (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1563 Type *CmpTy = CntTy; local
1576 CmpTy = SE->getEffectiveSCEVType(IVInit->getType());
1577 IVLimit = SE->getTruncateOrSignExtend(IVLimit, CmpTy);
1582 > SE->getTypeSizeInBits(CmpTy))
1583 IVInit = SE->getTruncateExpr(IVInit, CmpTy);
1593 Value *ExitCnt = Rewriter.expandCodeFor(IVLimit, CmpTy, BI);
1625 > SE->getTypeSizeInBits(CmpTy)) {
1626 CmpIndVar = Builder.CreateTrunc(CmpIndVar, CmpTy, "lftr.wideiv");
/external/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp457 QualType CmpTy = getConditionType(); local
459 evalBinOpNN(state, BO_LE, FromVal, ToTypeMaxVal, CmpTy).castAs<NonLoc>();
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1868 EVT CmpTy = N0.getValueType(); local
1869 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0.getOperand(0),
1872 SDValue CmpRHS = DAG.getConstant(C1.lshr(ShiftBits), dl, CmpTy);
1900 EVT CmpTy = N0.getValueType(); local
1901 SDValue Shift = DAG.getNode(ISD::SRL, dl, CmpTy, N0,
1903 SDValue CmpRHS = DAG.getConstant(NewC, dl, CmpTy);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1130 Type *CmpTy = CmpInst::makeCmpResultType(Other->getType()); local
1133 ConstantInt::get(CmpTy, !CmpInst::isTrueWhenEqual(ICI.getPredicate())));

Completed in 156 milliseconds