Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantFold.cpp2607 bool IsPrevIdxVector = PrevIdx->getType()->isVectorTy(); in ConstantFoldGetElementPtr() local
2608 bool UseVector = IsCurrIdxVector || IsPrevIdxVector; in ConstantFoldGetElementPtr()
2610 if (!IsCurrIdxVector && IsPrevIdxVector) in ConstantFoldGetElementPtr()
2614 if (!IsPrevIdxVector && IsCurrIdxVector) in ConstantFoldGetElementPtr()
2622 IsPrevIdxVector in ConstantFoldGetElementPtr()
2642 IsPrevIdxVector in ConstantFoldGetElementPtr()