Searched defs:isUndef (Results 1 – 14 of 14) sorted by relevance
238 bool isUndef() const { return Tag == undef; } in isUndef() function
368 bool isUndef(SDValue Op) const { in isUndef() function
970 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
912 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
222 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
242 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
188 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anon74a61f5c0211::DbgVariableValue
140 bool isUndef() const { in isUndef() function
264 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
395 bool isUndef() const { in isUndef() function
247 bool isUndef() const { in isUndef() function
589 static bool isUndef(const NList &sym) { in isUndef() function
1334 bool isUndef = false; in get() local1385 bool isUndef = isa<UndefValue>(C); in getImpl() local
5173 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG