Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp2884 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() function
2896 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() function
2909 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() function
2914 return handleLogicalOpForVector(LHSValue.getInt(), Opcode, in handleLogicalOpForVector()
2917 return handleLogicalOpForVector(LHSValue.getFloat(), Opcode, in handleLogicalOpForVector()
3005 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()