Lines Matching full:opty
1181 llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType());
1183 if (OpTy->getNumElements() == ResElts) {
2227 llvm::Type *opTy = CGF.CGM.getTypes().ConvertType(Ops.Ty);
2229 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy);
2279 Builder.getInt8(cast<llvm::IntegerType>(opTy)->getBitWidth())
2285 handlerResult = Builder.CreateTrunc(handlerResult, opTy);
2289 llvm::PHINode *phi = Builder.CreatePHI(opTy, 2);