Home | History | Annotate | Download | only in jitter

Lines Matching defs:pResult

888             Value* pResult = UndefValue::get(mSimdFP32Ty);
893 pResult = VINSERT(pResult, pConv, C(i));
896 return pResult;
921 Value* pResult = UndefValue::get(mSimdInt16Ty);
926 pResult = VINSERT(pResult, pConv, C(i));
929 return pResult;