Searched refs:UGEPIIdx (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp7010 ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1));
7011 if (TTI->getIntImmCost(UGEPIIdx->getValue(), UGEPIIdx->getType())
7020 ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1)); local
7021 APInt NewIdx = UGEPIIdx->getValue() - GEPIIdx->getValue();
7029 ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1)); local
7032 UGEPIIdx->getValue() - GEPIIdx->getValue());

Completed in 117 milliseconds