Searched defs:LHSSema (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 115 getCommonBinopSemantic(const FixedPointSemantics &LHSSema, in getCommonBinopSemantic() 228 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() 254 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() 288 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() 316 Value *CreateDiv(Value *LHS, const FixedPointSemantics &LHSSema, in CreateDiv() 343 Value *CreateShl(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShl() 364 Value *CreateShr(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShr() 375 Value *CreateEQ(Value *LHS, const FixedPointSemantics &LHSSema, in CreateEQ() 390 Value *CreateNE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateNE() 405 Value *CreateLT(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLT() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 14660 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator() local
|