Searched refs:CreateFRem (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | NoFolder.h | 109 Instruction *CreateFRem(Constant *LHS, Constant *RHS) const override { in CreateFRem() function 110 return BinaryOperator::CreateFRem(LHS, RHS); in CreateFRem()
|
| H A D | IRBuilderFolder.h | 48 virtual Value *CreateFRem(Constant *LHS, Constant *RHS) const = 0;
|
| H A D | ConstantFolder.h | 87 Constant *CreateFRem(Constant *LHS, Constant *RHS) const override { in CreateFRem() function
|
| H A D | IRBuilder.h | 1523 Value *CreateFRem(Value *L, Value *R, const Twine &Name = "", 1530 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), FPMD, FMF); 1543 Instruction *I = setFPAttrs(BinaryOperator::CreateFRem(L, R), nullptr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | TargetFolder.h | 87 Constant *CreateFRem(Constant *LHS, Constant *RHS) const override { in CreateFRem() function
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Core.cpp | 3427 return wrap(unwrap(B)->CreateFRem(unwrap(LHS), unwrap(RHS), Name)); in LLVMBuildFRem()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 2393 return RValue::get(Builder.CreateFRem(Arg1, Arg2, "fmod")); in EmitBuiltinExpr()
|