Searched defs:NotZero (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_rect.h | 101 bool NotZero () const in NotZero() function 273 bool NotZero () const in NotZero() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/ |
D | matrix_graph.rs | 38 impl<T> Sealed for super::NotZero<T> {} implementation 88 pub struct NotZero<T>(T); struct 90 impl<T: Zero> Default for NotZero<T> { implementation 96 impl<T: Zero> Nullable for NotZero<T> { implementation
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 1531 Value *NotZero = Builder.CreateIsNotNull(A, "isnotnull"); in visitAdd() local
|
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeIntegerTypes.cpp | 2558 SDValue NotZero = DAG.getSelect(dl, VT, isZero, in ExpandIntRes_XMULO() local
|
H A D | SelectionDAG.cpp | 136 SDValue NotZero = N->getOperand(i); in isBuildVectorAllOnes() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 3866 auto NotZero = MIRBuilder.buildICmp(CmpInst::ICMP_NE, S1, Src, Zero64); in lowerU64ToF32BitOps() local
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 921 BasicBlock *NotZero = createBasicBlock("fpclassify_not_zero", this->CurFn); in EmitBuiltinExpr() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6050 auto NotZero = MIRBuilder.buildICmp(CmpInst::ICMP_NE, S1, Src, Zero64); in lowerU64ToF32BitOps() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 180 SDValue NotZero = N->getOperand(i); in isBuildVectorAllOnes() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 200 SDValue NotZero = N->getOperand(i); in isConstantSplatVectorAllOnes() local
|