Searched defs:Avg (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | LoopStrengthReduce.cpp | 4572 int64_t Avg = (FI & LI) + ((FI ^ LI) >> 1); GenerateCrossUseConstantOffsets() local |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | TargetLowering.cpp | 9269 SDValue Avg = DAG.getNode(ISD::ADD, dl, ExtVT, LHS, RHS); expandAVG() local |