Searched refs:vf32Src (Results 1 – 1 of 1) sorted by relevance
786 auto vf32Src = pCallInst->getOperand(0); in VROUND_EMU() local787 assert(vf32Src); in VROUND_EMU()795 return cast<Instruction>(B->CALL2(pfnFunc, vf32Src, i8Round)); in VROUND_EMU()799 auto v8f32SrcLo = B->EXTRACT_16(vf32Src, 0); in VROUND_EMU()800 auto v8f32SrcHi = B->EXTRACT_16(vf32Src, 1); in VROUND_EMU()821 auto vf32Src = pCallInst->getOperand(0); in VCONVERT_EMU() local834 return cast<Instruction>(B->CALL(pfnFunc, vf32Src)); in VCONVERT_EMU()