Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h571 void visitSExt(const User &I);
H A DSelectionDAGBuilder.cpp3855 void SelectionDAGBuilder::visitSExt(const User &I) { in visitSExt() function in SelectionDAGBuilder
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h138 Instruction *visitSExt(SExtInst &Sext);
H A DInstCombineCasts.cpp1428 Instruction *InstCombinerImpl::visitSExt(SExtInst &Sext) { in visitSExt() function in InstCombinerImpl