Searched refs:hasOperation (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp686 bool hasOperation(unsigned Opcode, EVT VT) { function in class:__anon83::DAGCombiner
2241 if (N0.getOpcode() == ISD::UMAX && hasOperation(ISD::USUBSAT, VT)) {
4142 DAG.isKnownToBeAPowerOfTwo(N1) && hasOperation(ISD::SRL, VT)) {
6266 bool HasROTL = hasOperation(ISD::ROTL, VT);
6267 bool HasROTR = hasOperation(ISD::ROTR, VT);
8189 if (N0 == N1 && hasOperation(RotOpc, VT))
13063 if (!hasOperation(ISD::SINT_TO_FP, OpVT) &&
13064 hasOperation(ISD::UINT_TO_FP, OpVT)) {
13124 if (!hasOperation(ISD::UINT_TO_FP, OpVT) &&
13125 hasOperation(IS
[all...]

Completed in 87 milliseconds