HomeSort by relevance Sort by last modified time
    Searched defs:FC (Results 1 - 4 of 4) 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 232 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) {
236 FC->getValue()->getValue()));
246 FC->getValue()->getValue())));
259 const SCEVConstant *FC = cast<SCEVConstant>(Factor);
261 if (!C->getValue()->getValue().srem(FC->getValue()->getValue())) {
265 FC->getValue()->getValue()));
    [all...]
  /external/llvm/lib/VMCore/
Constants.cpp     [all...]

Completed in 596 milliseconds