Searched refs:isBitcast (Results 1 – 6 of 6) sorted by relevance
248 return MI.isBitcast() || in isUncoalescableCopy()1087 if (MI.isBitcast() || MI.isRegSequenceLike() || MI.isInsertSubregLike() || in getCopyRewriter()1830 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()2059 if (Def->isBitcast()) in getNextSourceImpl()
346 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
195 let isBitcast = 1 in206 let isBitcast = 1 in {220 } // isBitcast
760 bool isBitcast(QueryType Type = IgnoreBundle) const {
1150 assert(Iter->isBitcast()); in selectBitCast()
508 bit isBitcast = 0; // Is this instruction a bitcast instruction?