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

/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp260 EVT CondVT = Cond.getValueType(); local
268 Cond = DAG.getNode(ISD::AND, SDLoc(N), CondVT,
269 Cond, DAG.getConstant(1, CondVT));
275 Cond = DAG.getNode(ISD::SIGN_EXTEND_INREG, SDLoc(N), CondVT,
2175 EVT CondVT = Cond1.getValueType(); local
2176 if (CondVT.isVector()) {
2177 EVT CondEltVT = CondVT.getVectorElementType();
2180 if (getTypeAction(CondVT) == TargetLowering::TypeWidenVector)
2188 if (getTypeAction(CondVT) == TargetLowering::TypeSplitVector) {
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp16757 EVT CondVT = Cond.getValueType(); local
16758 if (Subtarget->hasAVX512() && VT.isVector() && CondVT.isVector() &&
16759 CondVT.getVectorElementType() == MVT::i1) {

Completed in 195 milliseconds