Searched defs:LHSSema (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | FixedPointBuilder.h | 113 getCommonBinopSemantic(const FixedPointSemantics &LHSSema, in getCommonBinopSemantic() 226 Value *CreateAdd(Value *LHS, const FixedPointSemantics &LHSSema, in CreateAdd() 252 Value *CreateSub(Value *LHS, const FixedPointSemantics &LHSSema, in CreateSub() 286 Value *CreateMul(Value *LHS, const FixedPointSemantics &LHSSema, in CreateMul() 314 Value *CreateDiv(Value *LHS, const FixedPointSemantics &LHSSema, in CreateDiv() 341 Value *CreateShl(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShl() 362 Value *CreateShr(Value *LHS, const FixedPointSemantics &LHSSema, Value *RHS) { in CreateShr() 373 Value *CreateEQ(Value *LHS, const FixedPointSemantics &LHSSema, in CreateEQ() 388 Value *CreateNE(Value *LHS, const FixedPointSemantics &LHSSema, in CreateNE() 403 Value *CreateLT(Value *LHS, const FixedPointSemantics &LHSSema, in CreateLT() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 13502 FixedPointSemantics LHSSema = LHSFX.getSemantics(); in VisitBinaryOperator() local
|