Home
last modified time | relevance | path

Searched defs:IsNonZero (Results 1 – 3 of 3) sorted by relevance

/third_party/flatbuffers/include/flatbuffers/
Didl.h397 bool IsNonZero() const { return !IsZero(); } in IsNonZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonBitSimplify.cpp2627 auto IsNonZero = [] (const MachineOperand &Op) { in simplifyRCmp0() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp7693 bool IsNonZero = (NonZeros & (1 << i)) != 0; in LowerBuildVectorAsInsert() local