Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGBlocks.h221 static Capture makeConstant(llvm::Value *value, in makeConstant() function
H A DCGBlocks.cpp640 CGBlockInfo::Capture::makeConstant(constant, &CI)); in computeBlockInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DGISelKnownBits.cpp255 Known = KnownBits::makeConstant(*CstVal); in computeKnownBitsImpl()
561 KnownBits ExtKnown = KnownBits::makeConstant(APInt(BitWidth, BitWidth)); in computeKnownBitsImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DKnownBits.h310 static KnownBits makeConstant(const APInt &C) { in makeConstant() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp466 DestLOI.Known = KnownBits::makeConstant(Val); in ComputePHILiveOutRegInfo()
H A DSelectionDAG.cpp2956 return KnownBits::makeConstant(C->getAPIntValue()); in computeKnownBits()
2960 return KnownBits::makeConstant(C->getValueAPF().bitcastToAPInt()); in computeKnownBits()
3262 KnownBits One = KnownBits::makeConstant(APInt(1, 1)); in computeKnownBits()
3481 Known = KnownBits::makeConstant(CInt->getValue()); in computeKnownBits()
3484 KnownBits::makeConstant(CFP->getValueAPF().bitcastToAPInt()); in computeKnownBits()
H A DTargetLowering.cpp1096 Known = KnownBits::makeConstant(cast<ConstantSDNode>(Op)->getAPIntValue()); in SimplifyDemandedBits()
1102 Known = KnownBits::makeConstant( in SimplifyDemandedBits()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DValueTracking.cpp1052 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt)))); in computeKnownBitsFromShiftOperator()
1388 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator()
1403 KnownBits Index = KnownBits::makeConstant(AccConstIndices); in computeKnownBitsFromOperator()
1572 Known2 = KnownBits::makeConstant(*RHSC); in computeKnownBitsFromOperator()
1964 Known = KnownBits::makeConstant(*C); in computeKnownBits()
H A DScalarEvolution.cpp6490 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence()
6508 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence()
6515 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp88 KnownBits Known = KnownBits::makeConstant(Min); in toKnownBits()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelDAGToDAG.cpp1812 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
H A DAMDGPUInstructionSelector.cpp4128 KnownBits::makeConstant(APInt(32, ImmOffset))); in checkFlatScratchSVSSwizzleBug()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19946 true, false, KnownOp1, KnownBits::makeConstant(APInt(32, 1))); in computeKnownBitsForTargetNode()
19951 KnownOp1, KnownBits::makeConstant(APInt(32, -1))); in computeKnownBitsForTargetNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2141 Known &= KnownBits::makeConstant(APInt(Known.getBitWidth(), Mask)); in computeKnownBitsForTargetNode()
2161 KnownBits::makeConstant(APInt(Known.getBitWidth(), CN->getZExtValue())); in computeKnownBitsForTargetNode()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp38076 KnownBits Known2 = KnownBits::makeConstant(EltBits[I]); in computeKnownBitsForTargetNode()