Searched defs:VX (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 13374 const auto *VX = cast<VectorType>(X), *VY = cast<VectorType>(Y); in getCommonNonSugarTypeNode() local 13381 const auto *VX = cast<ExtVectorType>(X), *VY = cast<ExtVectorType>(Y); in getCommonNonSugarTypeNode() local 13387 const auto *VX = cast<DependentSizedExtVectorType>(X), in getCommonNonSugarTypeNode() local 13394 const auto *VX = cast<DependentVectorType>(X), in getCommonNonSugarTypeNode() local 13715 llvm::APSInt VX = *CEX->getIntegerConstantExpr(Ctx); in getCommonSugarTypeNode() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 2953 APInt VX = (A*X + B)*X + C; in SolveQuadraticEquationWrap() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 6677 SDValue VX = in LowerFLDEXP() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 28360 SDValue VX = DAG.getNode(ISD::SCALAR_TO_VECTOR, DL, VectorType, X); in LowerFMINIMUM_FMAXIMUM() local 28385 SDValue VX = DAG.getNode(ISD::BITCAST, DL, MVT::v4f32, Ins); in LowerFMINIMUM_FMAXIMUM() local
|