Searched refs:CanFold (Results 1 – 3 of 3) sorted by relevance
1288 bool CanFold = false; in visitICmpInstWithInstAndIntCst() local1293 CanFold = false; in visitICmpInstWithInstAndIntCst()1301 CanFold = true; in visitICmpInstWithInstAndIntCst()1309 CanFold = true; in visitICmpInstWithInstAndIntCst()1317 CanFold = true; in visitICmpInstWithInstAndIntCst()1321 if (CanFold) { in visitICmpInstWithInstAndIntCst()
4632 bool CanFold = true; in LowerBuildVectorv4x32() local4633 for (unsigned i = EltIdx + 1; i < 4 && CanFold; ++i) { in LowerBuildVectorv4x32()4641 CanFold = SrcVector == V1 && in LowerBuildVectorv4x32()4645 if (!CanFold) in LowerBuildVectorv4x32()5236 bool CanFold = true; in isHorizontalBinOp() local5243 for (unsigned i = 0, e = NumElts; i != e && CanFold; ++i) { in isHorizontalBinOp()5255 CanFold = Op->getOpcode() == Opcode && Op->hasOneUse(); in isHorizontalBinOp()5257 if (!CanFold) in isHorizontalBinOp()5265 CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT && in isHorizontalBinOp()5270 if (!CanFold) in isHorizontalBinOp()[all …]
3499 bool CanFold = true; in visitOR() local3513 for (unsigned i = 0; i != NumElts && CanFold; ++i) { in visitOR()3527 CanFold = false; in visitOR()3535 if (CanFold) { in visitOR()