HomeSort by relevance Sort by last modified time
    Searched full:counttype (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 492 Type *CountType = TT.isArch64Bit() ? Type::getInt64Ty(C) :
495 ExitCount->getType() != CountType)
496 ExitCount = SE->getZeroExtendExpr(ExitCount, CountType);
498 SE->getConstant(CountType, 1));
499 Value *ECValue = SCEVE.expandCodeFor(ExitCount, CountType,
505 CountType);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/ANTLR.xcodeproj/
acondit.pbxuser     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 196 CountType(it->getType().getTypePtr(),
379 void CountType(const Type* type,
414 CountType(
423 CountType(type, trivial_member, non_trivial_member,
  /external/chromium_org/v8/src/
type-info.h 304 Handle<Type> CountType(TypeFeedbackId id);
type-info.cc 335 Handle<Type> TypeFeedbackOracle::CountType(TypeFeedbackId id) {
typing.cc 554 expr->set_type(oracle()->CountType(expr->CountBinOpFeedbackId()));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local
485 countd = LLVMBuildBitCast(builder, countd, counttype, "countd");
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_bld_depth.c 471 LLVMTypeRef counttype = LLVMIntTypeInContext(context, type.length * 8); local
485 countd = LLVMBuildBitCast(builder, countd, counttype, "countd");
507 count = lp_build_intrinsic_unary(builder, popcntintr, counttype, countd);
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]

Completed in 1937 milliseconds