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

12

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 382 IntegerType *IntType = dyn_cast<IntegerType>(LoadTy);
385 if (!IntType) {
410 unsigned BytesLoaded = (IntType->getBitWidth() + 7) / 8;
430 return UndefValue::get(IntType);
437 APInt ResultVal = APInt(IntType->getBitWidth(), 0);
452 return ConstantInt::get(IntType->getContext(), ResultVal);
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 56 QualType T, llvm::IntegerType *IntType) {
60 return CGF.Builder.CreatePtrToInt(V, IntType);
62 assert(V->getType() == IntType);
91 llvm::IntegerType *IntType =
94 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
100 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
125 llvm::IntegerType *IntType =
128 llvm::Type *IntPtrType = IntType->getPointerTo(AddrSpace);
133 Args[1] = EmitToInt(CGF, Args[1], T, IntType);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aepack.py 98 if isinstance(x, IntType):
  /external/protobuf/src/google/protobuf/
text_format.cc     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 91 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
92 Type *NewSrcPtrTy = PointerType::get(IntType, SrcAddrSp);
93 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...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 2035 milliseconds

12