Home | History | Annotate | Download | only in CodeGen

Lines Matching full:opty

946       llvm::VectorType *OpTy = cast<llvm::VectorType>(SVOp->getType());
948 if (OpTy->getNumElements() == ResElts) {
1825 llvm::Type *opTy = CGF.CGM.getTypes().ConvertType(Ops.Ty);
1827 llvm::Function *intrinsic = CGF.CGM.getIntrinsic(IID, opTy);
1871 Builder.getInt8(cast<llvm::IntegerType>(opTy)->getBitWidth()));
1874 handlerResult = Builder.CreateTrunc(handlerResult, opTy);
1878 llvm::PHINode *phi = Builder.CreatePHI(opTy, 2);