Home
last modified time | relevance | path

Searched refs:TIdx (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp602 int TIdx = TDef->findRegisterDefOperandIdx(TReg, /*TRI=*/nullptr); in hasSameValue() local
604 if (TIdx == -1 || FIdx == -1) in hasSameValue()
607 return TIdx == FIdx; in hasSameValue()