Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp464 SDValue SimplifyVCastOp(SDNode *N, const SDLoc &DL);
13571 if (SDValue FoldedVOp = SimplifyVCastOp(N, DL)) in visitSIGN_EXTEND()
13845 if (SDValue FoldedVOp = SimplifyVCastOp(N, DL)) in visitZERO_EXTEND()
17967 if (SDValue FoldedVOp = SimplifyVCastOp(N, SDLoc(N))) in visitFP_EXTEND()
27063 SDValue DAGCombiner::SimplifyVCastOp(SDNode *N, const SDLoc &DL) { in SimplifyVCastOp() function in DAGCombiner