Home
last modified time | relevance | path

Searched refs:SubZero (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp1449 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/
Dalgebraic_simplifier_test.cc601 TEST_F(AlgebraicSimplifierTest, SubZero) { in TEST_F() argument