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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp2451 ConstantSDNode *SRAConstant = dyn_cast<ConstantSDNode>(SRASrc1); local
2456 XType.isInteger() && SRAConstant != nullptr &&
2457 Size == SRAConstant->getZExtValue()) {

Completed in 43 milliseconds