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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp3587 auto CanFold = [NewShAmt, WidestBitWidth, NarrowestShift, SQ, local
3630 if (!CanFold())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp8134 bool CanFold = true;
8135 for (unsigned i = EltIdx + 1; i < 4 && CanFold; ++i) {
8143 CanFold = (SrcVector == V1) && (Current.getConstantOperandAPInt(1) == i);
8146 if (!CanFold)
9119 bool CanFold = true;
9126 for (unsigned i = 0, e = NumElts; i != e && CanFold; ++i) {
9138 CanFold = Op->getOpcode() == Opcode && Op->hasOneUse();
9140 if (!CanFold)
9148 CanFold = (Op0.getOpcode() == ISD::EXTRACT_VECTOR_ELT &&
9153 if (!CanFold)
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp5984 bool CanFold = true; local
6005 CanFold = false;
6018 if (CanFold) {

Completed in 246 milliseconds