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

  /external/llvm/include/llvm/MC/
MCInstrDesc.h 111 Bitcast,
306 /// \brief Return true if this instruction is a bitcast instruction.
308 return Flags & (1 << MCID::Bitcast);
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 421 /// isBitcast - Return true if this instruction is a bitcast instruction.
424 return hasProperty(MCID::Bitcast, Type);
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 6053 milliseconds