Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp9554 SDValue AddInputValue2 = AddValue.getNode()->getOperand(1); in performCONDCombine() local
9560 if (!isa<ConstantSDNode>(AddInputValue2.getNode()) || in performCONDCombine()
9567 !checkValueWidth(AddInputValue2, MaskBits, ExtType) || in performCONDCombine()
9572 cast<ConstantSDNode>(AddInputValue2.getNode())->getSExtValue(), in performCONDCombine()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp10573 SDValue AddInputValue2 = AddValue.getNode()->getOperand(1); in performCONDCombine() local
10579 if (!isa<ConstantSDNode>(AddInputValue2.getNode()) || in performCONDCombine()
10586 !checkValueWidth(AddInputValue2, MaskBits, ExtType) || in performCONDCombine()
10591 cast<ConstantSDNode>(AddInputValue2.getNode())->getSExtValue(), in performCONDCombine()