Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DConstantFold.cpp2210 bool IsPrevIdxVector = PrevIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr() local
2211 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr()
2213 if (!IsCurrIdxVector && IsPrevIdxVector) in ConstantFoldGetElementPtr()
2217 if (!IsPrevIdxVector && IsCurrIdxVector) in ConstantFoldGetElementPtr()
2225 IsPrevIdxVector in ConstantFoldGetElementPtr()
2251 IsPrevIdxVector in ConstantFoldGetElementPtr()