HomeSort by relevance Sort by last modified time
    Searched refs:BKnown (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp 660 KnownBits BKnown(BitWidth);
661 computeKnownBits(B, BKnown, Depth+1, Query(Q, I));
665 Known.Zero |= RHSKnown.Zero & BKnown.Zero;
666 Known.One |= RHSKnown.One & BKnown.Zero;
674 KnownBits BKnown(BitWidth);
675 computeKnownBits(B, BKnown, Depth+1, Query(Q, I));
679 Known.Zero |= RHSKnown.One & BKnown.Zero;
680 Known.One |= RHSKnown.Zero & BKnown.Zero;
688 KnownBits BKnown(BitWidth);
689 computeKnownBits(B, BKnown, Depth+1, Query(Q, I))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 62 milliseconds