Home
last modified time | relevance | path

Searched defs:fastMathFlags (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp571 build(OpBuilder & builder,OperationState & result,CombiningKind kind,Value vector,arith::FastMathFlags fastMathFlags) build() argument
577 build(OpBuilder & builder,OperationState & result,CombiningKind kind,Value vector,Value acc,arith::FastMathFlags fastMathFlags) build() argument
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp5483 auto fastMathFlags = builder.getFastMathFlags(); genModulo() local