Searched defs:isUndef (Results 1 – 8 of 8) sorted by relevance
358 bool isUndef(SDValue Op) const { in isUndef() function
897 static bool isUndef(ArrayRef<int> Mask) { in isUndef() function
224 bool isUndef = UndefUseSet.count(Reg); in finalizeBundle() local
235 bool isKill, bool isDead, bool isUndef, in ChangeToRegister()
116 bool isUndef() const { return locNo() == UndefLocNo; } in isUndef() function in DbgValueLocation
393 bool isUndef() const { in isUndef() function
1132 bool isUndef = false; in get() local1176 bool isUndef = isa<UndefValue>(C); in getImpl() local
4861 bool SelectionDAG::isUndef(unsigned Opcode, ArrayRef<SDValue> Ops) { in isUndef() function in SelectionDAG