Searched defs:isUndef (Results 1 – 14 of 14) sorted by relevance
58 bool isUndef() const { return Id_ == kUndef; } in isUndef() function
238 bool isUndef() const { return Tag == undef; } in isUndef() function
367 bool isUndef(SDValue Op) const { in isUndef() function
965 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
904 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()
185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anonfbf3834f0211::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
1332 bool isUndef = false; in get() local1383 bool isUndef = isa<UndefValue>(C); in getImpl() local
5112 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG