Searched refs:makeConstant (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGBlocks.h | 209 static Capture makeConstant(llvm::Value *value) { in makeConstant() function
|
| H A D | CGBlocks.cpp | 593 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 279 static KnownBits makeConstant(const APInt &C) { in makeConstant() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | FunctionLoweringInfo.cpp | 467 DestLOI.Known = KnownBits::makeConstant(Val); in ComputePHILiveOutRegInfo()
|
| H A D | SelectionDAG.cpp | 2766 return KnownBits::makeConstant(C->getAPIntValue()); in computeKnownBits() 2770 return KnownBits::makeConstant(C->getValueAPF().bitcastToAPInt()); in computeKnownBits() 3236 Known = KnownBits::makeConstant(CInt->getValue()); in computeKnownBits() 3239 KnownBits::makeConstant(CFP->getValueAPF().bitcastToAPInt()); in computeKnownBits()
|
| H A D | TargetLowering.cpp | 932 Known = KnownBits::makeConstant(cast<ConstantSDNode>(Op)->getAPIntValue()); in SimplifyDemandedBits() 938 Known = KnownBits::makeConstant( in SimplifyDemandedBits()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
| H A D | GISelKnownBits.cpp | 236 Known = KnownBits::makeConstant(*CstVal); in computeKnownBitsImpl()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | ValueTracking.cpp | 1036 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt)))); in computeKnownBitsFromShiftOperator() 1330 KnownBits::makeConstant(APInt(IndexBitWidth, TypeSizeInBytes)); in computeKnownBitsFromOperator() 1345 KnownBits Index = KnownBits::makeConstant(AccConstIndices); in computeKnownBitsFromOperator() 1839 Known = KnownBits::makeConstant(*C); in computeKnownBits()
|
| H A D | ScalarEvolution.cpp | 5736 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence() 5754 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence() 5761 KnownBits::makeConstant(TotalShift)); in getRangeForUnknownRecurrence()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 18188 true, false, KnownOp1, KnownBits::makeConstant(APInt(32, 1))); in computeKnownBitsForTargetNode() 18193 KnownOp1, KnownBits::makeConstant(APInt(32, -1))); in computeKnownBitsForTargetNode()
|