Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp590 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in FoldGEPICmp() local
591 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in FoldGEPICmp()
593 if (IndicesTheSame) in FoldGEPICmp()
596 IndicesTheSame = false; in FoldGEPICmp()
601 if (IndicesTheSame) in FoldGEPICmp()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp955 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in FoldGEPICmp() local
956 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in FoldGEPICmp()
958 if (IndicesTheSame) in FoldGEPICmp()
961 IndicesTheSame = false; in FoldGEPICmp()
966 if (IndicesTheSame) in FoldGEPICmp()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp901 bool IndicesTheSame = GEPLHS->getNumOperands()==GEPRHS->getNumOperands(); in foldGEPICmp() local
902 IndicesTheSame &= GEPLHS->getOperand(0)->getType() == in foldGEPICmp()
904 if (IndicesTheSame) in foldGEPICmp()
907 IndicesTheSame = false; in foldGEPICmp()
912 if (IndicesTheSame) in foldGEPICmp()