HomeSort by: relevance | last modified time | path
    Searched refs:CInc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 14715 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode());
14716 if (NumBytes >= 3 * 16 && (!CInc || CInc->getZExtValue() != NumBytes)) {
14914 ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode());
14915 if (!CInc || CInc->getZExtValue() != NumBytes)
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 14734 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
14735 uint32_t IncVal = CInc->getZExtValue();
14906 if (ConstantSDNode *CInc = dyn_cast<ConstantSDNode>(Inc.getNode())) {
14907 uint32_t IncVal = CInc->getZExtValue();

Completed in 274 milliseconds