HomeSort by relevance Sort by last modified time
    Searched refs:i8p (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGBlocks.cpp 79 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); local
106 CGM.GetAddrOfConstantCString(typeAtEncoding), i8p));
116 elements.push_back(llvm::Constant::getNullValue(i8p));
316 llvm::Type *i8p = CGM.getTypes().ConvertType(C.VoidPtrTy); local
318 elementTypes.push_back(i8p);
321 elementTypes.push_back(i8p);
    [all...]
CodeGenFunction.cpp 852 llvm::Type *i8p = Builder.getInt8PtrTy(); local
854 llvm::Value *begin = Builder.CreateBitCast(dest, i8p, "vla.begin");
865 llvm::PHINode *cur = Builder.CreatePHI(i8p, 2, "vla.cur");
    [all...]

Completed in 31 milliseconds