Searched refs:FoldConstantVectorArithmetic (Results 1 – 3 of 3) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | SelectionDAG.h | 1257 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 3041 if (SDValue Fold = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode() 3369 SDValue SelectionDAG::FoldConstantVectorArithmetic(unsigned Opcode, in FoldConstantVectorArithmetic() function in SelectionDAG 3967 if (SDValue V = FoldConstantVectorArithmetic(Opcode, DL, VT, Ops)) in getNode()
|
D | DAGCombiner.cpp | 13943 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()
|