Home
last modified time | relevance | path

Searched defs:Exponent (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DNativeFormatting.h17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp619 ConstantInt *Exponent = ConstantInt::get(DeltaType, IndexOffset.logBase2()); in emitBump() local
624 ConstantInt *Exponent = in emitBump() local
/openbsd-src/gnu/llvm/clang/lib/Lex/
H A DLiteralSupport.cpp1142 const char *Exponent = s; in ParseDecimalOrOctalCommon() local
1254 const char *Exponent = s; in ParseNumberStartingWithZero() local
1453 uint64_t Exponent = 0; in GetFixedPointValue() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4145 SDValue Exponent = in ConvertNodeToLibcall() local
4156 SDValue Exponent = in ConvertNodeToLibcall() local
H A DTargetLowering.cpp7746 SDValue Exponent = DAG.getNode(ISD::SUB, dl, IntVT, ExponentBits, Bias); in expandFP_TO_SINT() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h1509 APInt Exponent = RHSC->getValue().abs(); in getIntrinsicInstrCost() local
H A DTargetLowering.h2273 bool isBeneficialToExpandPowI(int Exponent, bool OptForSize) const { in isBeneficialToExpandPowI()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp841 uint64_t Exponent = 0; in visitMulExpr() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp3724 if (ConstantInt *Exponent = dyn_cast<ConstantInt>(I->getOperand(1))) { in cannotBeOrderedLessThanZeroImpl() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2072 Error BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6235 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); in lowerFPTOSI() local