Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp2365 bool IsPrevIdxVector = PrevIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr() local
2366 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr()
2368 if (!IsCurrIdxVector && IsPrevIdxVector) in ConstantFoldGetElementPtr()
2372 if (!IsPrevIdxVector && IsCurrIdxVector) in ConstantFoldGetElementPtr()
2380 IsPrevIdxVector in ConstantFoldGetElementPtr()
2400 IsPrevIdxVector in ConstantFoldGetElementPtr()