Searched refs:Cond1 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp2174 SDValue Cond1 = N->getOperand(0); local
2175 EVT CondVT = Cond1.getValueType();
2181 Cond1 = GetWidenedVector(Cond1);
2194 if (Cond1.getValueType() != CondWidenVT)
2195 Cond1 = ModifyToType(Cond1, CondWidenVT);
2202 WidenVT, Cond1, InOp1, InOp2);
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/
H A DIfConversion.cpp1265 SmallVector<MachineOperand, 4> *Cond1 = &BBI.BrCond; local
1278 std::swap(Cond1, Cond2);
1406 PredicateBlock(*BBI1, BBI1->BB->end(), *Cond1, &RedefsByFalse);

Completed in 123 milliseconds