Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenInstruction.h249 bool isBitcast : 1; variable
H A DCodeGenDAGPatterns.cpp3561 bool isBitcast; member in InstAnalyzer
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h348 bool isBitcast() const { return Flags & (1ULL << MCID::Bitcast); } in isBitcast() function