Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2975 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp() local
2983 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2985 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2988 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2998 RHSElt.getKind() == APValue::Float && in handleVectorVectorBinOp()
3003 RHSElt.getFloat())) { in handleVectorVectorBinOp()