Lines Matching defs:StTy
3788 StructType *StTy, ArrayRef<Constant *> Operands,
3794 Type *Ty0 = StTy->getContainedType(0);
3795 Type *Ty1 = StTy->getContainedType(1)->getScalarType();
3809 return ConstantStruct::get(StTy, ConstantVector::get(Results0),
3816 return ConstantStruct::get(StTy, Result0, Result1);
3819 Type *Ty = StTy->getContainedType(0);
3843 return ConstantStruct::get(StTy, ConstantVector::get(SinResults),
3850 return ConstantStruct::get(StTy, SinResult, CosResult);
3855 return ConstantFoldScalarCall(Name, IntrinsicID, StTy, Operands, TLI, Call);
3904 if (auto *StTy = dyn_cast<StructType>(Ty))
3905 return ConstantFoldStructCall(Name, IID, StTy, Operands,