Home
last modified time | relevance | path

Searched refs:isAllOnesValue (Results 1 – 25 of 194) sorted by relevance

12345678

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DKnownBits.h73 return Zero.isAllOnesValue(); in isZero()
79 return One.isAllOnesValue(); in isAllOnes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DBDCE.cpp52 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers()
83 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
DLoopPredication.cpp501 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()
731 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck()
895 assert(Step->isAllOnesValue() && "Step should be -1!"); in parseLoopLatchICmp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DCmpInstAnalysis.cpp87 if (!C->isAllOnesValue()) in decomposeBitTestICmp()
94 if (!C->isAllOnesValue()) in decomposeBitTestICmp()
/external/llvm-project/llvm/lib/Analysis/
DCmpInstAnalysis.cpp87 if (!C->isAllOnesValue()) in decomposeBitTestICmp()
94 if (!C->isAllOnesValue()) in decomposeBitTestICmp()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DBDCE.cpp56 !DB.getDemandedBits(J).isAllOnesValue()) { in clearAssumptionsOfUsers()
87 !DB.getDemandedBits(K).isAllOnesValue()) in clearAssumptionsOfUsers()
DLoopPredication.cpp503 return Step->isOne() || (Step->isAllOnesValue() && EnableCountDownLoop); in isSupportedStep()
733 assert(Step->isAllOnesValue() && "Step should be -1!"); in widenICmpRangeCheck()
897 assert(Step->isAllOnesValue() && "Step should be -1!"); in parseLoopLatchICmp()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DConstant.h61 bool isAllOnesValue() const;
/external/llvm/include/llvm/IR/
DConstant.h59 bool isAllOnesValue() const;
/external/llvm-project/llvm/include/llvm/IR/
DConstant.h64 bool isAllOnesValue() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstant.h62 bool isAllOnesValue() const;
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h73 return Zero.isAllOnesValue(); in isZero()
79 return One.isAllOnesValue(); in isAllOnes()
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp83 return C->isAllOnesValue(); in isSaturating()
DInstCombineSimplifyDemanded.cpp266 if (match(I->getOperand(1), m_APInt(C)) && !C->isAllOnesValue()) { in SimplifyDemandedUseBits()
267 if ((*C | ~DemandedMask).isAllOnesValue()) { in SimplifyDemandedUseBits()
1066 if (DemandedElts.isAllOnesValue()) in SimplifyDemandedVectorElts()
1222 DemandedElts.isAllOnesValue()) { in SimplifyDemandedVectorElts()
1484 else if (CElt->isAllOnesValue()) in SimplifyDemandedVectorElts()
1530 if (UndefElts.isAllOnesValue()) in SimplifyDemandedVectorElts()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAtomicRMW.cpp81 return C->isAllOnesValue(); in isSaturating()
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h171 return RHS.isAllOnesValue(); in isSignBitCheck()
174 return RHS.isAllOnesValue(); in isSignBitCheck()
/external/llvm/lib/Analysis/
DLint.cpp386 !cast<ConstantInt>(UnderlyingObject)->isAllOnesValue(), in visitMemoryReference()
519 return KnownZero.isAllOnesValue(); in isZero()
540 if (KnownZero.isAllOnesValue()) in isZero()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1057 if (!DemandedBits.isAllOnesValue() || !DemandedSubElts.isAllOnesValue() || in SimplifyDemandedBits()
1058 !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits()
1087 if (!DemandedBits.isAllOnesValue() || !DemandedSrcElts.isAllOnesValue()) { in SimplifyDemandedBits()
1221 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1268 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1311 if (!DemandedBits.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
1356 if (!C->isAllOnesValue() && in SimplifyDemandedBits()
1365 if (!C || !C->isAllOnesValue()) in SimplifyDemandedBits()
1662 if (!InDemandedMask.isAllOnesValue() || !DemandedElts.isAllOnesValue()) { in SimplifyDemandedBits()
2067 if (!DemandedSrcBits.isAllOnesValue() || in SimplifyDemandedBits()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp256 else if (RHS.isAllOnesValue()) in MakeSymIntVal()
263 else if (RHS.isAllOnesValue()) { in MakeSymIntVal()
413 if (LHSValue.isAllOnesValue() && LHSValue.isSigned()) in evalBinOpNN()
/external/llvm-project/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp103 if (EltUndef.isAllOnesValue()) { in extractConstantMask()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSelect.cpp223 return C1I->isOne() || C1I->isAllOnesValue() || in isSelect01()
224 C2I->isOne() || C2I->isAllOnesValue(); in isSelect01()
520 if (Pred == ICmpInst::ICMP_SGT && Cmp->isAllOnesValue()) { in visitSelectInstWithICmp()
532 if (C2->isAllOnesValue()) in visitSelectInstWithICmp()
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp208 if (V.isAllOnesValue()) in makeExactMulNSWRegion()
1148 if (!NegR.Lower.isAllOnesValue()) { in sdiv()
1150 if (RHS.Lower.isAllOnesValue()) in sdiv()
1307 if (Other.isSingleElement() && Other.getSingleElement()->isAllOnesValue()) in binaryXor()
1309 if (isSingleElement() && getSingleElement()->isAllOnesValue()) in binaryXor()
/external/llvm/lib/IR/
DConstantFold.cpp46 if (CV->isAllOnesValue()) return Constant::getAllOnesValue(DstTy); in BitCastConstantVector()
245 if (RHSC->isAllOnesValue()) in ExtractConstantBytes()
729 if (Cond->isAllOnesValue()) return V1; in ConstantFoldSelectInstruction()
1048 if (CI2->isAllOnesValue()) in ConstantFoldBinaryInstruction()
1086 if (CI2->isAllOnesValue()) in ConstantFoldBinaryInstruction()
1137 if (C2V.isAllOnesValue() && C1V.isMinSignedValue()) in ConstantFoldBinaryInstruction()
1145 if (C2V.isAllOnesValue() && C1V.isMinSignedValue()) in ConstantFoldBinaryInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ShuffleDecodeConstantPool.cpp101 if (EltUndef.isAllOnesValue()) { in extractConstantMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DPoisonChecking.cpp241 if (CI->isAllOnesValue()) in CreateAssert()

12345678