Searched refs:i8PTy (Results 1 – 2 of 2) sorted by relevance
431 llvm::Type *i8PTy = llvm::Type::getInt8PtrTy(Context); in applyScopeRestrictions() local434 Constant *c = ConstantExpr::getBitCast(GV, i8PTy); in applyScopeRestrictions()438 llvm::ArrayType *ATy = llvm::ArrayType::get(i8PTy, asmUsed2.size()); in applyScopeRestrictions()
447 Type *i8PTy = Type::getInt8PtrTy(M->getContext()); in emitUses() local451 ConstantExpr::getBitCast(cast<Constant>(Value), i8PTy)); in emitUses()454 ArrayType *ATy = ArrayType::get(i8PTy, MergedVars.size()); in emitUses()