Searched defs:isBitcast (Results 1 – 4 of 4) sorted by relevance
274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } in isBitcast() function
346 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
229 bool isBitcast : 1; variable
2745 bool isBitcast; member in InstAnalyzer