HomeSort by: relevance | last modified time | path
    Searched defs:BitValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
BitTracker.h 38 struct BitValue;
155 struct BitTracker::BitValue {
194 BitValue(ValueType T = Top) : Type(T) {}
195 BitValue(bool B) : Type(B ? One : Zero) {}
196 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {}
198 bool operator== (const BitValue &V) const {
205 bool operator!= (const BitValue &V) const {
229 bool meet(const BitValue &V, const BitRef &Self) {
253 static BitValue ref(const BitValue &V)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 1403 bool BitValue = !V.isUndef() && cast<ConstantSDNode>(V)->getZExtValue();
1404 Bits |= ((uint64_t)BitValue << BitPos);

Completed in 53 milliseconds