Searched refs:LHSElt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 3067 APValue LHSElt = LHSValue.getVectorElt(EltNum); in handleVectorVectorBinOp() local 3076 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp() 3078 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp() 3080 Success = handleIntIntBinOp(Info, E, LHSElt.getInt(), Opcode, in handleVectorVectorBinOp() 3090 assert(LHSElt.getKind() == APValue::Float && in handleVectorVectorBinOp() 3093 APFloat LHSFloat = LHSElt.getFloat(); in handleVectorVectorBinOp()
|