HomeSort by: relevance | last modified time | path
    Searched defs:isBitcast (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 339 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp 3500 bool isBitcast;
3506 isBitcast(false), isVariadic(false), hasChain(false) {}
3512 isBitcast = IsNodeBitcast(N);
3625 InstInfo.isBitcast |= PatInfo.isBitcast;

Completed in 28 milliseconds