Searched refs:NoAttrs (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 2117 AttributeList NoAttrs; // Attributes are only meaningful on the original call in replacePowWithExp() local 2140 LibFunc_ldexpl, B, NoAttrs)); in replacePowWithExp() 2164 LibFunc_exp2l, B, NoAttrs)); in replacePowWithExp() 2180 B, NoAttrs)); in replacePowWithExp() 2206 LibFunc_exp2l, B, NoAttrs)); in replacePowWithExp() 2591 AttributeList NoAttrs; in optimizeLog() local 2596 : emitUnaryFloatFnCall(Arg->getOperand(0), TLI, LogNm, B, NoAttrs); in optimizeLog() 2622 : emitUnaryFloatFnCall(Eul, TLI, LogNm, B, NoAttrs); in optimizeLog()
|