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

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp5741 ExprResult St, St1; local
5764 St1 = CreateBuiltinUnaryOp(D.AssignmentLoc, UO_Minus, D.Range.Step);
5774 CreateBuiltinBinOp(D.AssignmentLoc, BO_Add, Res1.get(), St1.get());
5789 CreateBuiltinBinOp(D.AssignmentLoc, BO_Div, Res1.get(), St1.get());
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp20987 SDValue St1 = DAG.getStore(Chain, DL, Hi, Ptr, local
20991 St0, St1);
21446 SDValue St1 = DAG.getStore( local
21449 return St1;
[all...]

Completed in 380 milliseconds