Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyDebugValueManager.cpp49 static bool isSameScalarConst(const MachineInstr *A, const MachineInstr *B) { in isSameScalarConst() function
207 if (!OtherDef || !isSameScalarConst(Def, OtherDef)) { in getSinkableDebugValues()