Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp8583 ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1)); in tryUnmergingGEPsAcrossIndirectBr() local
8584 if (TTI->getIntImmCost(UGEPIIdx->getValue(), UGEPIIdx->getType(), in tryUnmergingGEPsAcrossIndirectBr()
8594 ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1)); in tryUnmergingGEPsAcrossIndirectBr() local
8595 APInt NewIdx = UGEPIIdx->getValue() - GEPIIdx->getValue(); in tryUnmergingGEPsAcrossIndirectBr()
8604 ConstantInt *UGEPIIdx = cast<ConstantInt>(UGEPI->getOperand(1)); in tryUnmergingGEPsAcrossIndirectBr() local
8606 GEPIIdx->getType(), UGEPIIdx->getValue() - GEPIIdx->getValue()); in tryUnmergingGEPsAcrossIndirectBr()