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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h280 /// isBitcast - Return true if this instruction is a bitcast instruction.
282 bool isBitcast() const { function in class:llvm::MCInstrDesc
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.h224 bool isBitcast; member in class:llvm::CodeGenInstruction
H A DCodeGenDAGPatterns.cpp2363 bool isBitcast; member in class:InstAnalyzer
2368 isBitcast(false), isVariadic(false) {}
2425 isBitcast = IsNodeBitcast(N);
2498 InstInfo.isBitcast |= PatInfo.isBitcast;

Completed in 123 milliseconds