Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4840 const APInt *ShAmtC; in simplifyIntrinsic() local
4841 if (match(ShAmtArg, m_APInt(ShAmtC))) { in simplifyIntrinsic()
4844 APInt BitWidth = APInt(ShAmtC->getBitWidth(), ShAmtC->getBitWidth()); in simplifyIntrinsic()
4845 if (ShAmtC->urem(BitWidth).isNullValue()) in simplifyIntrinsic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2021 ConstantSDNode *ShAmtC = isConstOrConstSplat(ShAmt); in foldAddSubOfSignBit() local
2022 if (!ShAmtC || ShAmtC->getZExtValue() != VT.getScalarSizeInBits() - 1) in foldAddSubOfSignBit()
2749 ConstantSDNode *ShAmtC = isConstOrConstSplat(ShAmt); in visitSUB() local
2750 if (ShAmtC && ShAmtC->getZExtValue() == N1.getScalarValueSizeInBits() - 1) { in visitSUB()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.cpp6869 unsigned ShAmtC = cast<ConstantSDNode>(ShAmt)->getZExtValue(); in PerformORCombine() local
6871 if (ShAmtC != LSB) in PerformORCombine()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp9445 unsigned ShAmtC = cast<ConstantSDNode>(ShAmt)->getZExtValue(); in PerformORCombine() local
9447 if (ShAmtC != LSB) in PerformORCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp10974 unsigned ShAmtC = cast<ConstantSDNode>(ShAmt)->getZExtValue(); in PerformORCombineToBFI() local
10976 if (ShAmtC != LSB) in PerformORCombineToBFI()