Home | History | Annotate | Download | only in priv

Lines Matching refs:IRExpr_Const

245    return IRExpr_Const(IRConst_V128(w));
250 return IRExpr_Const(IRConst_U64(i));
255 return IRExpr_Const(IRConst_U32(i));
261 return IRExpr_Const(IRConst_U16(i));
267 return IRExpr_Const(IRConst_U8( (UChar)i ));
9399 IRExpr* scaleE = isD ? IRExpr_Const(IRConst_F64(scale))
9400 : IRExpr_Const(IRConst_F32( (Float)scale ));
9437 IRExpr* scaleE = isD ? IRExpr_Const(IRConst_F64(scale))
9438 : IRExpr_Const(IRConst_F32( (Float)scale ));
10756 IRExpr* scaleE = isD ? IRExpr_Const(IRConst_F64(scale))
10757 : IRExpr_Const(IRConst_F32( (Float)scale ));
10802 IRExpr* scaleE = isD ? IRExpr_Const(IRConst_F64(scale))
10803 : IRExpr_Const(IRConst_F32( (Float)scale ));
12862 ? (IRExpr_Const(isD ? IRConst_F64i(0) : IRConst_F32i(0)))
13419 IRExpr* scaleE = isF64 ? IRExpr_Const(IRConst_F64(scale))
13420 : IRExpr_Const(IRConst_F32( (Float)scale ));
13470 IRExpr* scaleE = isF64 ? IRExpr_Const(IRConst_F64(scale))
13471 : IRExpr_Const(IRConst_F32( (Float)scale ));