Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:Int8Ty

1088     Ptr = Builder.CreateBitCast(Ptr, Int8Ty->getPointerTo(AddrSpace));
1145 PHINode *Result = Builder.CreatePHI(Int8Ty, 5, "was_set");
1174 Ptr = Builder.CreateBitCast(Ptr, Int8Ty->getPointerTo(AddrSpace));
1712 return llvm::VectorType::get(CGF->Int8Ty, V1Ty ? 1 : (8 << IsQuad));
1726 return llvm::VectorType::get(CGF->Int8Ty, 16);
3761 llvm::Type *VTy = llvm::VectorType::get(Int8Ty, 8);
3762 Op = Builder.CreateBitCast(Op, Int8Ty);
3779 llvm::Type *VTy = llvm::VectorType::get(Int8Ty, 8);