Searched refs:Pair1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600InstrInfo.cpp586 unsigned Pair1 = 0, Pair2 = 0;
591 if (!Pair1) {
592 Pair1 = ReadHalfConst;
595 if (Pair1 == ReadHalfConst)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp865 Value *Pair1 = IRB.CreateInsertValue(Pair0, TempRet0, 1, "pair1"); local
867 LPI->replaceAllUsesWith(Pair1);

Completed in 51 milliseconds