Searched refs:NotZero (Results 1 – 8 of 8) sorted by relevance
/external/dng_sdk/source/ |
D | dng_rect.h | 101 bool NotZero () const in NotZero() function 273 bool NotZero () const in NotZero() function
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 129 SDValue NotZero = N->getOperand(i); in isBuildVectorAllOnes() local 130 if (isa<ConstantSDNode>(NotZero)) { in isBuildVectorAllOnes() 131 if (!cast<ConstantSDNode>(NotZero)->isAllOnesValue()) in isBuildVectorAllOnes() 133 } else if (isa<ConstantFPSDNode>(NotZero)) { in isBuildVectorAllOnes() 134 if (!cast<ConstantFPSDNode>(NotZero)->getValueAPF(). in isBuildVectorAllOnes() 143 if (N->getOperand(i) != NotZero && in isBuildVectorAllOnes()
|
D | LegalizeIntegerTypes.cpp | 2261 SDValue NotZero = DAG.getNode(ISD::SELECT, dl, VT, isZero, in ExpandIntRes_XMULO() local 2263 SDValue DIV = DAG.getNode(ISD::UDIV, DL, LHS.getValueType(), MUL, NotZero); in ExpandIntRes_XMULO()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 136 SDValue NotZero = N->getOperand(i); in isBuildVectorAllOnes() local 138 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(NotZero)) { in isBuildVectorAllOnes() 141 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(NotZero)) { in isBuildVectorAllOnes() 151 if (N->getOperand(i) != NotZero && !N->getOperand(i).isUndef()) in isBuildVectorAllOnes()
|
D | LegalizeIntegerTypes.cpp | 2558 SDValue NotZero = DAG.getSelect(dl, VT, isZero, in ExpandIntRes_XMULO() local 2560 SDValue DIV = DAG.getNode(ISD::UDIV, dl, VT, MUL, NotZero); in ExpandIntRes_XMULO()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 174 SDValue NotZero = N->getOperand(i); in isBuildVectorAllOnes() local 176 if (ConstantSDNode *CN = dyn_cast<ConstantSDNode>(NotZero)) { in isBuildVectorAllOnes() 179 } else if (ConstantFPSDNode *CFPN = dyn_cast<ConstantFPSDNode>(NotZero)) { in isBuildVectorAllOnes() 189 if (N->getOperand(i) != NotZero && !N->getOperand(i).isUndef()) in isBuildVectorAllOnes()
|
D | LegalizeIntegerTypes.cpp | 2719 SDValue NotZero = DAG.getSelect(dl, VT, isZero, in ExpandIntRes_XMULO() local 2721 SDValue DIV = DAG.getNode(ISD::UDIV, dl, VT, MUL, NotZero); in ExpandIntRes_XMULO()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 921 BasicBlock *NotZero = createBasicBlock("fpclassify_not_zero", this->CurFn); in EmitBuiltinExpr() local 922 Builder.CreateCondBr(IsZero, End, NotZero); in EmitBuiltinExpr() 926 Builder.SetInsertPoint(NotZero); in EmitBuiltinExpr() 931 Result->addIncoming(NanLiteral, NotZero); in EmitBuiltinExpr()
|