HomeSort by relevance Sort by last modified time
    Searched refs:IntType (Results 26 - 42 of 42) sorted by null

12

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 397 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
400 if (!IntType) {
427 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
449 return UndefValue::get(IntType);
456 APInt ResultVal = APInt(IntType->getBitWidth(), 0);
471 return ConstantInt::get(IntType->getContext(), ResultVal);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 98 if isinstance(x, IntType):
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 57 QualType T, llvm::IntegerType *IntType) {
61 return CGF.Builder.CreatePtrToInt(V, IntType);
63 assert(V->getType() == IntType);
92 llvm::IntegerType *IntType =
95 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
101 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
126 llvm::IntegerType *IntType =
129 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
134 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /external/chromium_org/v8/test/cctest/compiler/
test-run-machops.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 93 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
94 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
95 Type *NewDstPtrTy = PointerType::get(IntType, DstAddrSp);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
symbols.py 392 _const_types = types.StringType, types.IntType, types.FloatType
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
symbols.py 392 _const_types = types.StringType, types.IntType, types.FloatType
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 459 dispatch[IntType] = save_int
    [all...]
xmlrpclib.py 669 dispatch[IntType] = dump_int
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 459 dispatch[IntType] = save_int
    [all...]
xmlrpclib.py 669 dispatch[IntType] = dump_int
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_optparse.py 441 self.parser.add_option("-x", type=types.IntType)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_optparse.py 441 self.parser.add_option("-x", type=types.IntType)
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp     [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 607 milliseconds

12