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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1280 bool SameVal = (ValA && ValB && (ValA == ValB)); local
1281 if (!SameVal) {
1289 SameVal = true;
1292 if (SameVal) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp1974 bool SameVal = (VALa && VALb && (VALa == VALb)); local
1975 if (!SameVal) {
1979 SameVal = true;
1981 if (SameVal) {

Completed in 63 milliseconds