Searched refs:SubZero (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | TargetLowering.cpp | 1449 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 1450 if (SimplifyDemandedVectorElts(SubOp, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 1454 KnownZero.insertBits(SubZero, i * NumSubElts); in SimplifyDemandedVectorElts() 1470 APInt SubUndef, SubZero; in SimplifyDemandedVectorElts() local 1471 if (SimplifyDemandedVectorElts(Sub, SubElts, SubUndef, SubZero, TLO, in SimplifyDemandedVectorElts() 1480 KnownZero.insertBits(SubZero, SubIdx); in SimplifyDemandedVectorElts()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | algebraic_simplifier_test.cc | 601 TEST_F(AlgebraicSimplifierTest, SubZero) { in TEST_F() argument
|