Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1516 Type *CommonTy = in foldGEPOfGEP() local
1518 if (Idx0->getType() != CommonTy) in foldGEPOfGEP()
1519 Idx0 = ConstantFoldCastInstruction(Instruction::SExt, Idx0, CommonTy); in foldGEPOfGEP()
1520 if (LastIdx->getType() != CommonTy) in foldGEPOfGEP()
1522 ConstantFoldCastInstruction(Instruction::SExt, LastIdx, CommonTy); in foldGEPOfGEP()