Home
last modified time | relevance | path

Searched defs:BitValue (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h155 struct BitTracker::BitValue { struct
156 enum ValueType {
194 BitValue(ValueType T = Top) : Type(T) {} in Type() argument
195 BitValue(bool B) : Type(B ? One : Zero) {} in BitValue() function
196 BitValue(unsigned Reg, uint16_t Pos) : Type(Ref), RefI(Reg, Pos) {} in BitValue() function
229 bool meet(const BitValue &V, const BitRef &Self) { in meet() argument
266 friend raw_ostream &operator<<(raw_ostream &OS, const BitValue &BV); argument
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1323 void setBitVal(unsigned BitPosition, bool BitValue) { in setBitVal()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3671 bool BitValue = !V.isUndef() && V->getAsZExtVal(); lowerBuildVectorOfConstants() local