Searched defs:Exponent (Results 1 – 11 of 11) sorted by relevance
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
H A D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | StraightLineStrengthReduce.cpp | 619 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 D | LiteralSupport.cpp | 1142 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 D | LegalizeDAG.cpp | 4145 SDValue Exponent = in ConvertNodeToLibcall() local 4156 SDValue Exponent = in ConvertNodeToLibcall() local
|
H A D | TargetLowering.cpp | 7746 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 D | BasicTTIImpl.h | 1509 APInt Exponent = RHSC->getValue().abs(); in getIntrinsicInstrCost() local
|
H A D | TargetLowering.h | 2273 bool isBeneficialToExpandPowI(int Exponent, bool OptForSize) const { in isBeneficialToExpandPowI()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | ScalarEvolutionExpander.cpp | 841 uint64_t Exponent = 0; in visitMulExpr() local
|
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | ValueTracking.cpp | 3724 if (ConstantInt *Exponent = dyn_cast<ConstantInt>(I->getOperand(1))) { in cannotBeOrderedLessThanZeroImpl() local
|
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2072 Error BitcodeReader::parseAlignmentValue(uint64_t Exponent, in parseAlignmentValue()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 6235 auto Exponent = MIRBuilder.buildSub(SrcTy, ExponentBits, Bias); in lowerFPTOSI() local
|