Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelEmitter.cpp86 MVT LHSVT = LT->getNumTypes() != 0 ? LT->getSimpleType(0) : MVT::Other; in operator ()() local
88 if (LHSVT.isVector() != RHSVT.isVector()) in operator ()()
91 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint()) in operator ()()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp6013 const auto *LHSVT = LHSType->getAs<VectorType>(); in CheckVectorConditionalTypes() local
6020 if (LHSVT && RHSVT) { in CheckVectorConditionalTypes()
6021 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes()
6034 } else if (LHSVT || RHSVT) { in CheckVectorConditionalTypes()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3447 EVT LHSVT = LHS.getValueType(); in LowerSETCC() local
3451 if (LHSVT == MVT::f128) { in LowerSETCC()
3454 softenSetCCOperands(DAG, LHSVT, LHS, RHS, CC, dl, LHS, RHS, Chain, in LowerSETCC()
3506 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in LowerSETCC()
3508 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, LHS, RHS); in LowerSETCC()
3509 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, dl, LHSVT), CC); in LowerSETCC()