Home | History | Annotate | Download | only in SelectionDAG

Lines Matching full:opty

2854       llvm::Type *OpTy = OpInfo.CallOperandVal->getType();
2856 llvm::PointerType *PtrTy = dyn_cast<PointerType>(OpTy);
2859 OpTy = PtrTy->getElementType();
2863 if (StructType *STy = dyn_cast<StructType>(OpTy))
2865 OpTy = STy->getElementType(0);
2867 // If OpTy is not a single value, it may be a struct/union that we
2869 if (!OpTy->isSingleValueType() && OpTy->isSized()) {
2870 unsigned BitSize = TD->getTypeSizeInBits(OpTy);
2880 EVT::getEVT(IntegerType::get(OpTy->getContext(), BitSize), true);
2883 } else if (dyn_cast<PointerType>(OpTy)) {
2886 OpInfo.ConstraintVT = EVT::getEVT(OpTy, true);