Home
last modified time | relevance | path

Searched refs:FoldConstantVectorArithmetic (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DSelectionDAG.h1257 SDValue FoldConstantVectorArithmetic(unsigned Opcode, const SDLoc &DL, EVT VT,
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp3041 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()
DDAGCombiner.cpp13943 if (SDValue Fold = DAG.FoldConstantVectorArithmetic( in SimplifyVBinOp()