Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp52868 auto *AddOp1 = dyn_cast<ConstantSDNode>(Add.getOperand(1)); in promoteExtBeforeAdd() local
52869 if (!AddOp1) in promoteExtBeforeAdd()
52888 int64_t AddConstant = Sext ? AddOp1->getSExtValue() : AddOp1->getZExtValue(); in promoteExtBeforeAdd()