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

  /external/llvm/include/llvm/CodeGen/
MachineSSAUpdater.h 40 void *AV;
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdater.h 39 void *AV;
  /external/icu4c/i18n/
hebrwcal.h 146 * Constant for Av, the 12th month of the Hebrew year.
148 AV,
  /external/icu4c/test/intltest/
calcasts.cpp 206 static const int32_t AV = HebrewCalendar::AV;
283 // 2452465.5, 2002, JULY, 10, 5762, AV, 1,
284 // 2452494.5, 2002, AUGUST, 8, 5762, AV, 30,
289 {2452465.5, 0, 5762, AV+1, 1, WED, 0, 0, 0},
290 {2452494.5, 0, 5762, AV+1, 30, THU, 0, 0, 0},
  /external/llvm/lib/Analysis/
DIBuilder.cpp 54 DIArray AV = getOrCreateArray(Variables);
55 DIType(Temp).replaceAllUsesWith(AV);
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 504 const GenericValue &AV = ArgValues[i];
508 C = ConstantInt::get(F->getContext(), AV.IntVal);
511 C = ConstantFP::get(F->getContext(), APFloat(AV.FloatVal));
514 C = ConstantFP::get(F->getContext(), APFloat(AV.DoubleVal));
519 C = ConstantFP::get(F->getContext(), APFloat(AV.IntVal));
522 void *ArgPtr = GVTOP(AV);
  /external/clang/lib/CodeGen/
CGValue.h 379 AggValueSlot AV;
380 AV.Addr = 0;
381 AV.Quals = Qualifiers();
382 AV.DestructedFlag = AV.ObjCGCFlag = AV.ZeroedFlag = AV.AliasedFlag = false;
383 return AV;
401 AggValueSlot AV;
402 AV.Addr = addr
    [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]

Completed in 1470 milliseconds