Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.cpp1463 bool IsFAdd = isFADD(Opc); in getFPFusedMultiplyPatterns() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1629 bool IsFAdd = I.getOpcode() == Instruction::FAdd; in factorizeFAddFSub() local