Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp1288 bool CanFold = false; in visitICmpInstWithInstAndIntCst() local
1293 CanFold = false; in visitICmpInstWithInstAndIntCst()
1301 CanFold = true; in visitICmpInstWithInstAndIntCst()
1309 CanFold = true; in visitICmpInstWithInstAndIntCst()
1317 CanFold = true; in visitICmpInstWithInstAndIntCst()
1321 if (CanFold) { in visitICmpInstWithInstAndIntCst()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4632 bool CanFold = true; in LowerBuildVectorv4x32() local
4633 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() local
5243 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 …]
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3499 bool CanFold = true; in visitOR() local
3513 for (unsigned i = 0; i != NumElts && CanFold; ++i) { in visitOR()
3527 CanFold = false; in visitOR()
3535 if (CanFold) { in visitOR()