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

  /external/llvm/include/llvm/MC/
MCInst.h 54 bool isFPImm() const { return Kind == kFPImmediate; }
79 assert(isFPImm() && "This is not an FP immediate");
84 assert(isFPImm() && "This is not an FP immediate");
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 196 /// isFPImm - Tests if this is a MO_FPImmediate operand.
197 bool isFPImm() const { return OpKind == MO_FPImmediate; }
371 assert(isFPImm() && "Wrong MachineOperand accessor");
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp 525 bool isFPImm() const { return Kind == k_FPImmediate; }
    [all...]

Completed in 49 milliseconds