Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp13976 auto *C1ShlC2 = dyn_cast<ConstantSDNode>(N->getOperand(1)); in PerformSHLSimplify() local
13978 if (!C1ShlC2 || !C2) in PerformSHLSimplify()
13982 APInt C1Int = C1ShlC2->getAPIntValue(); in PerformSHLSimplify()