Searched refs:LHSVT (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 87 MVT LHSVT = LT->getNumTypes() != 0 ? LT->getSimpleType(0) : MVT::Other; in operator ()() local 89 if (LHSVT.isVector() != RHSVT.isVector()) in operator ()() 92 if (LHSVT.isFloatingPoint() != RHSVT.isFloatingPoint()) in operator ()()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6171 const auto *LHSVT = LHSType->getAs<VectorType>(); in CheckVectorConditionalTypes() local 6178 if (LHSVT && RHSVT) { in CheckVectorConditionalTypes() 6179 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6192 } else if (LHSVT || RHSVT) { in CheckVectorConditionalTypes()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3508 EVT LHSVT = LHS.getValueType(); in LowerSETCC() local 3512 if (LHSVT == MVT::f128) { in LowerSETCC() 3515 softenSetCCOperands(DAG, LHSVT, LHS, RHS, CC, dl, LHS, RHS, Chain, in LowerSETCC() 3569 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in LowerSETCC() 3571 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, LHS, RHS); in LowerSETCC() 3572 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, dl, LHSVT), CC); in LowerSETCC()
|