Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/ARM/
DARMISelLowering.cpp13819 auto *C1ShlC2 = dyn_cast<ConstantSDNode>(N->getOperand(1)); in PerformSHLSimplify() local
13821 if (!C1ShlC2 || !C2) in PerformSHLSimplify()
13825 APInt C1Int = C1ShlC2->getAPIntValue(); in PerformSHLSimplify()