Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp47740 auto *AddOp1 = dyn_cast<ConstantSDNode>(Add.getOperand(1)); in promoteExtBeforeAdd() local
47741 if (!AddOp1) in promoteExtBeforeAdd()
47760 int64_t AddConstant = Sext ? AddOp1->getSExtValue() : AddOp1->getZExtValue(); in promoteExtBeforeAdd()