HomeSort by relevance Sort by last modified time
    Searched refs:isBitcast (Results 1 - 7 of 7) sorted by null

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 279 /// isBitcast - Return true if this instruction is a bitcast instruction.
281 bool isBitcast() const {
  /external/llvm/lib/CodeGen/
PeepholeOptimizer.cpp 296 if (!DefMI || !DefMI->isBitcast())
432 if (MI->isBitcast()) {
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 224 bool isBitcast;
InstrInfoEmitter.cpp 304 if (Inst.isBitcast) OS << "|(1<<MCID::Bitcast)";
CodeGenInstruction.cpp 299 isBitcast = R->getValueAsBit("isBitcast");
CodeGenDAGPatterns.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 417 /// isBitcast - Return true if this instruction is a bitcast instruction.
419 bool isBitcast(QueryType Type = IgnoreBundle) const {
    [all...]

Completed in 278 milliseconds