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

  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeBaseInfo.h 53 FC,
  /external/bluetooth/hcidump/parser/
rfcomm.h 108 #define FC 0x02 /* flow control (unable to accept frames) */
280 uint8_t fc:1; member in struct:v24_signals
428 uint8_t fc:1; member in struct:v24_signals
  /external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp 206 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
210 FC->getValue()->getValue()));
220 FC->getValue()->getValue())));
233 const SCEVConstant *FC = cast<SCEVConstant>(Factor);
235 if (!C->getValue()->getValue().srem(FC->getValue()->getValue())) {
239 FC->getValue()->getValue()));
    [all...]
  /external/llvm/utils/TableGen/
ARMDecoderEmitter.cpp 381 ARMFilterChooser(const ARMFilterChooser &FC) :
382 AllInstructions(FC.AllInstructions), Opcodes(FC.Opcodes),
383 Filters(FC.Filters), Parent(FC.Parent), BestIndex(FC.BestIndex) {
384 memcpy(FilterBitValues, FC.FilterBitValues, sizeof(FilterBitValues));
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]

Completed in 327 milliseconds