Searched defs:isUndef (Results 1 – 13 of 13) sorted by relevance
237 bool isUndef() const { return Tag == undef; } in isUndef() function
221 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
274 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
185 bool isUndef() const { return LocNoCount == 0 || containsLocNo(UndefLocNo); } in isUndef() function in __anon093131440211::DbgVariableValue
402 bool isUndef(SDValue Op) const { in isUndef() function
626 bool isUndef() const { return OpN & Undef; } in isUndef() function 1032 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function [all...]
2214 auto HexagonVectorCombine::isUndef(const Value *Val) const -> bool { in isUndef() function in HexagonVectorCombine
104 bool isUndef() const { return getKind() == UndefinedValKind; } in isUndef() function
404 bool isUndef() const { in isUndef() function
308 bool isUndef() const { return Flags & IsUndef; } in isUndef() function
1363 bool isUndef = false; in get() local1414 bool isUndef = isa<UndefValue>(C); in getImpl() local
794 template <class NList> static bool isUndef(const NList &sym) { in isUndef() function
6347 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG