Home
last modified time | relevance | path

Searched refs:ArgLb (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2587 LibFunc ArgLb = NotLibFunc; in optimizeLog() local
2588 TLI->getLibFunc(*Arg, ArgLb); in optimizeLog()
2592 if (ArgLb == PowLb || ArgID == Intrinsic::pow || ArgID == Intrinsic::powi) { in optimizeLog()
2610 if (ArgLb == ExpLb || ArgLb == Exp2Lb || ArgLb == Exp10Lb || in optimizeLog()
2613 if (ArgLb == ExpLb || ArgID == Intrinsic::exp) in optimizeLog()
2616 else if (ArgLb == Exp2Lb || ArgID == Intrinsic::exp2) in optimizeLog()
2643 LibFunc ArgLb = NotLibFunc; in mergeSqrtToExp() local
2644 TLI->getLibFunc(*Arg, ArgLb); in mergeSqrtToExp()
2682 if (ArgLb != ExpLb && ArgLb != Exp2Lb && ArgLb != Exp10Lb && in mergeSqrtToExp()