Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2997 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp() local
3005 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3007 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3010 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3020 RHSElt.getKind() == APValue::Float && in handleVectorVectorBinOp()
3025 RHSElt.getFloat())) { in handleVectorVectorBinOp()