Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2947 static bool handleVectorVectorBinOp(EvalInfo &Info, const BinaryOperator *E, in handleVectorVectorBinOp() function
4326 return handleVectorVectorBinOp(Info, E, Opcode, Value, RHS); in foundVector()
10303 if (!handleVectorVectorBinOp(Info, E, Op, LHSValue, RHSValue)) in VisitBinaryOperator()