Searched refs:isNullValue (Results 76 - 100 of 146) sorted by relevance

123456

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1884 if (!ICI.isEquality() || !RHS->isNullValue() || !LHSI->hasOneUse())
2274 if (!ConstantExpr::getAnd(BOC, NotCI)->isNullValue())
3644 if (RHSC->isNullValue() &&
3707 if (RHSC->isNullValue() &&
4666 if (!RHSC->isNullValue())
H A DInstCombineCasts.cpp978 if ((Pred == ICmpInst::ICMP_SLT && Op1C->isNullValue()) ||
1647 if (C->isNullValue())
H A DInstCombineSelect.cpp523 } else if (Pred == ICmpInst::ICMP_SLT && Cmp->isNullValue()) {
H A DInstCombineSimplifyDemanded.cpp1091 // Method isNullValue always returns false when called on a
1096 if (CElt->isNullValue())
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp387 CE->getOperand(0)->isNullValue() &&
404 CE->getOperand(0)->isNullValue()) {
410 CE->getOperand(1)->isNullValue()) {
430 CE->getOperand(0)->isNullValue() &&
431 CE->getOperand(1)->isNullValue()) {
5040 if (CI->isNullValue())
6085 !cast<Constant>(GEP->getOperand(1))->isNullValue())
7224 if (!C->getValue()->isNullValue())
7295 RHSC->getValue())->isNullValue())
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp704 LeadingZero &= cast<ConstantSDNode>(UniquedVals[i])->isNullValue();
1238 if (C->isNullValue() && CC == ISD::SETEQ) {
1254 if (C->isAllOnesValue() || C->isNullValue())
5211 if (C->isNullValue()) // 0 << V -> 0.
5217 if (C->isNullValue()) // 0 >>u V -> 0.
5223 if (C->isNullValue() || // 0 >>s V -> 0.
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp65 if (C->isNullValue())
624 if (LenC && LenC->isNullValue())
H A DSimplifyCFG.cpp3933 if (!Offset->isNullValue())
3938 if (NumCases->isNullValue() && !ContiguousCases->empty())
4184 if (A->isNullValue())
5388 if (C->isNullValue() || isa<UndefValue>(C)) {
H A DLocal.cpp341 return C->isNullValue() || isa<UndefValue>(C);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp790 if (C->isNullValue()) {
844 if (CA->getOperand(NumOps-1)->isNullValue()) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1269 if (CS->getOperand(1)->isNullValue())
1411 if (CV->isNullValue() || isa<UndefValue>(CV))
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1225 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue())
1362 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue())
1474 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue())
1604 if (cast<ConstantVector>(Mask)->getOperand(Idx)->isNullValue())
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
H A DExecutionEngine.cpp320 if (FP->isNullValue())
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp196 if (NumBytes->isNullValue())
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1514 if (!ConstOrigin || !ConstOrigin->isNullValue()) {
1808 if ((constOp->isNullValue() &&
2583 if (Cst && Cst->isNullValue()) ArgIsInitialized = true;
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp528 if (PtrVal->isNullValue())
2815 return FirstField->isNullValue();
2820 if (isZeroInitializable(MPT) && Val->isNullValue())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2822 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
2870 if ((Tmp1C && Tmp1C->isNullValue()) ||
2871 (Tmp2C && Tmp2C->isNullValue() &&
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp2779 if (N1C->isNullValue() && N3C->isNullValue() &&
3492 if (!C->isNullValue())
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2499 if ((CCCode == ISD::SETLT && CST->isNullValue()) || // X < 0
2542 if ((Tmp1C && Tmp1C->isNullValue()) ||
2543 (Tmp2C && Tmp2C->isNullValue() &&
H A DFastISel.cpp173 if (CF->isNullValue()) {
/external/llvm/include/llvm/IR/
H A DPatternMatch.h130 return C->isNullValue();
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp388 if (FP->isNullValue())
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp1291 return SC->isNullValue();
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp897 if (RHSC->isNullValue() && LHS.hasOneUse() &&
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp923 if (NonOverdefVal->getConstant()->isNullValue())

Completed in 893 milliseconds

123456