Searched defs:isUndef (Results 1 – 14 of 14) sorted by relevance
58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
240 bool isUndef() const { return Tag == undef; } in isUndef() function
227 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
256 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
184 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anon6f33c7c00211::DbgVariableValue
399 bool isUndef(SDValue Op) const { in isUndef() function
626 bool isUndef() const { return OpN & Undef; } in isUndef() function1032 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
1792 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
128 bool isUndef() const { in isUndef() function
401 bool isUndef() const { in isUndef() function
291 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
1320 bool isUndef = false; in get() local1371 bool isUndef = isa<UndefValue>(C); in getImpl() local
776 template <class NList> static bool isUndef(const NList &sym) { in isUndef() function
5753 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG