Searched defs:isBitcast (Results 1 - 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCInstrDesc.h372 /// isBitcast - Return true if this instruction is a bitcast instruction.
374 bool isBitcast() const { function in class:llvm::MCInstrDesc
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DCodeGenInstruction.h224 bool isBitcast; member in class:llvm::CodeGenInstruction
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h274 bool isBitcast() const { return Flags & (1 << MCID::Bitcast); } function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2745 bool isBitcast; member in class:InstAnalyzer
2750 isBitcast(false), isVariadic(false) {}
2807 isBitcast = IsNodeBitcast(N);
2877 InstInfo.isBitcast |= PatInfo.isBitcast;

Completed in 310 milliseconds