Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp75 Instruction *FMFSource = nullptr, in createCallHelper()
784 Instruction *FMFSource, in CreateUnaryIntrinsic()
793 Instruction *FMFSource, in CreateBinaryIntrinsic()
803 Instruction *FMFSource, in CreateIntrinsic()
811 Intrinsic::ID ID, Value *L, Value *R, Instruction *FMFSource, in CreateConstrainedFPBinOp()
846 Instruction *FMFSource, const Twine &Name, MDNode *FPMathTag, in CreateConstrainedFPCast()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp263 if (auto *FMFSource = dyn_cast<Instruction>(FlagsOp)) in CreateNeg() local