Searched defs:srcTy (Results 1 – 5 of 5) sorted by relevance
210 DataType dstTy, Value *dst, DataType srcTy, Value *src) in mkCvt()
1113 DataType srcTy; member in __anondad13f950111::Converter
1038 static IRExpr* widenUto64 ( IRType srcTy, IRExpr* e ) in widenUto64()2098 static IRTemp math_DUP_TO_64 ( IRTemp src, IRType srcTy ) in math_DUP_TO_64()2135 static IRTemp math_DUP_TO_V128 ( IRTemp src, IRType srcTy ) in math_DUP_TO_V128()12179 IRType srcTy = size == X00 ? Ity_F32 : Ity_F64; in dis_AdvSIMD_two_reg_misc() local12205 IRType srcTy = Ity_F64; in dis_AdvSIMD_two_reg_misc() local12229 IRType srcTy = size == X00 ? Ity_F16 : Ity_F32; in dis_AdvSIMD_two_reg_misc() local13036 IRType srcTy = srcIsH ? Ity_F16 : Ity_F32; in dis_AdvSIMD_fp_data_proc_1_source() local13063 IRType srcTy = toH ? Ity_F32 : Ity_F16; in dis_AdvSIMD_fp_data_proc_1_source() local13594 IRType srcTy = isF64 ? Ity_F64 : Ity_F32; in dis_AdvSIMD_fp_to_from_int_conv() local
1496 Type *srcTy = V->getType(); in CreateShadowCast() local
5354 static bool VectorTypesMatch(Sema &S, QualType srcTy, QualType destTy) { in VectorTypesMatch()5370 bool Sema::isLaxVectorConversion(QualType srcTy, QualType destTy) { in isLaxVectorConversion()