Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp1663 bool IsPrevIdxVector = PrevIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr() local
1664 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr()
1666 if (!IsCurrIdxVector && IsPrevIdxVector) in ConstantFoldGetElementPtr()
1670 if (!IsPrevIdxVector && IsCurrIdxVector) in ConstantFoldGetElementPtr()
1678 IsPrevIdxVector in ConstantFoldGetElementPtr()
1704 IsPrevIdxVector in ConstantFoldGetElementPtr()