Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dfold-real.cpp199 [&](const auto &sVal) { in FoldIntrinsicFunction() argument
200 using TS = ResultType<decltype(sVal)>; in FoldIntrinsicFunction()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp1551 int sVal = (MO.getExpr()->evaluateAsAbsolute(Value) && Value < 0) ? -1 : 0; in processInstruction() local
1553 HexagonMCExpr::create(MCConstantExpr::create(sVal, Context), Context))); in processInstruction()