Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DExprConstant.cpp2867 static bool handleLogicalOpForVector(const APInt &LHSValue, in handleLogicalOpForVector() function
2879 static bool handleLogicalOpForVector(const APFloat &LHSValue, in handleLogicalOpForVector() function
2892 static bool handleLogicalOpForVector(const APValue &LHSValue, in handleLogicalOpForVector() function
2897 return handleLogicalOpForVector(LHSValue.getInt(), Opcode, in handleLogicalOpForVector()
2900 return handleLogicalOpForVector(LHSValue.getFloat(), Opcode, in handleLogicalOpForVector()
2983 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()