Searched refs:FoldSymbolOffset (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1246 SDValue FoldSymbolOffset(unsigned Opcode, EVT VT,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3280 SDValue SelectionDAG::FoldSymbolOffset(unsigned Opcode, EVT VT, in FoldSymbolOffset() function in SelectionDAG 3321 return FoldSymbolOffset(Opcode, VT, GA, Cst2); in FoldConstantArithmetic() 3324 return FoldSymbolOffset(Opcode, VT, GA, Cst1); in FoldConstantArithmetic()
|