Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp3210 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp() local
3218 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3220 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3223 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3233 RHSElt.getKind() == APValue::Float && in handleVectorVectorBinOp()
3238 RHSElt.getFloat())) { in handleVectorVectorBinOp()