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.cpp3068 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp() local
3076 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3078 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
3081 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3091 RHSElt.getKind() == APValue::Float && in handleVectorVectorBinOp()
3096 RHSElt.getFloat())) { in handleVectorVectorBinOp()