Home
last modified time | relevance | path

Searched defs:isBitcast (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h339 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenInstruction.h244 bool isBitcast : 1; variable
H A DCodeGenDAGPatterns.cpp3500 bool isBitcast; member in InstAnalyzer