Searched refs:LHSVT (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelEmitter.cpp | 86 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 ()()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExprCXX.cpp | 6062 const auto *LHSVT = LHSType->getAs<VectorType>(); in CheckVectorConditionalTypes() local 6069 if (LHSVT && RHSVT) { in CheckVectorConditionalTypes() 6070 if (isa<ExtVectorType>(CondVT) != isa<ExtVectorType>(LHSVT)) { in CheckVectorConditionalTypes() 6083 } else if (LHSVT || RHSVT) { in CheckVectorConditionalTypes()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 3456 EVT LHSVT = LHS.getValueType(); in LowerSETCC() local 3460 if (LHSVT == MVT::f128) { in LowerSETCC() 3463 softenSetCCOperands(DAG, LHSVT, LHS, RHS, CC, dl, LHS, RHS, Chain, in LowerSETCC() 3515 if (LHSVT.isInteger() && (CC == ISD::SETEQ || CC == ISD::SETNE)) { in LowerSETCC() 3517 SDValue Sub = DAG.getNode(ISD::XOR, dl, LHSVT, LHS, RHS); in LowerSETCC() 3518 return DAG.getSetCC(dl, VT, Sub, DAG.getConstant(0, dl, LHSVT), CC); in LowerSETCC()
|