Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp2980 APValue RHSElt = RHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3003 RHSElt.getKind() == APValue::Float && in handleVectorVectorBinOp()
3008 RHSElt.getFloat())) { in handleVectorVectorBinOp()