Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp6784 auto *ShlC = dyn_cast<ConstantInt>(I->getOperand(1)); in optimizeLoadExt() local
6785 if (!ShlC) in optimizeLoadExt()
6787 uint64_t ShiftAmt = ShlC->getLimitedValue(BitWidth - 1); in optimizeLoadExt()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2433 Constant *ShlC = ConstantExpr::getAdd(C2, Log2C1); in visitAnd() local
2434 Constant *CmpC = ConstantExpr::getSub(ShlC, Log2C3); in visitAnd()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4126 ConstantSDNode *ShlC = isConstOrConstSplat(N1.getOperand(1)); in visitSUB() local
4127 if (ShlC && ShlC->getAPIntValue() == VT.getScalarSizeInBits() - 1) in visitSUB()
10097 if (SDValue ShlC = in visitSHL() local
10101 return DAG.getNode(ISD::ADD, DL, VT, ShlX, ShlC); in visitSHL()