Searched refs:handleLogicalOpForVector (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 2886 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() function 2898 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() function 2911 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() function 2916 return handleLogicalOpForVector(LHSValue.getInt(), Opcode, in handleLogicalOpForVector() 2919 return handleLogicalOpForVector(LHSValue.getFloat(), Opcode, in handleLogicalOpForVector() 3007 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
|