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

  /external/llvm/include/llvm/ADT/
SparseBitVector.h 253 // RHS1 & ~RHS2 into this element
255 const SparseBitVectorElement &RHS2,
261 Bits[i] = RHS1.Bits[i] & ~RHS2.Bits[i];
690 // Result of RHS1 & ~RHS2 is stored into this bitmap.
692 const SparseBitVector<ElementSize> &RHS2)
697 ElementListConstIter Iter2 = RHS2.Elements.begin();
700 // If RHS2 is empty, we still have to copy RHS1
705 while (Iter2 != RHS2.Elements.end()) {
743 const SparseBitVector<ElementSize> *RHS2) {
744 intersectWithComplement(*RHS1, *RHS2);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 842 Value *LHS, *RHS, *LHS2, *RHS2
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 100 milliseconds