Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10493 APInt C1Int = C1ShlC2->getAPIntValue(); in PerformSHLSimplify() local
10498 if ((C1Int & Mask) != C1Int) in PerformSHLSimplify()
10502 C1Int.lshrInPlace(C2Int); in PerformSHLSimplify()
10510 if (LargeImm(C1Int) || LargeImm(C2Int)) in PerformSHLSimplify()
10517 DAG.getConstant(C1Int, dl, MVT::i32)); in PerformSHLSimplify()