Searched refs:handleLogicalOpForVector (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 2872 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() function 2884 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() function 2897 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() function 2902 return handleLogicalOpForVector(LHSValue.getInt(), Opcode, in handleLogicalOpForVector() 2905 return handleLogicalOpForVector(LHSValue.getFloat(), Opcode, in handleLogicalOpForVector() 2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
|