Searched refs:isBitcast (Results 1 – 8 of 8) sorted by relevance
330 bool isBitcast() const { in isBitcast() function
167 return MI.isBitcast() || in isUncoalescableCopy()1213 assert(Def->isBitcast() && "Invalid definition"); in getNextSourceFromBitcast()1416 if (Def->isBitcast()) in getNextSourceImpl()
229 bool isBitcast : 1; variable
488 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)"; in emitRecord()
2701 bool isBitcast; member in InstAnalyzer2706 isBitcast(false), isVariadic(false) {} in InstAnalyzer()2763 isBitcast = IsNodeBitcast(N); in AnalyzeNode()2833 InstInfo.isBitcast |= PatInfo.isBitcast; in InferFromPattern()
305 isBitcast = R->getValueAsBit("isBitcast"); in CodeGenInstruction()
484 bool isBitcast(QueryType Type = IgnoreBundle) const {
367 bit isBitcast = 0; // Is this instruction a bitcast instruction?