Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h199 static Capture makeConstant(llvm::Value *value) { in makeConstant() function
DCGBlocks.cpp385 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo()
/external/llvm-project/clang/lib/CodeGen/
DCGBlocks.h209 static Capture makeConstant(llvm::Value *value) { in makeConstant() function
DCGBlocks.cpp593 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo()
/external/llvm-project/llvm/include/llvm/Support/
DKnownBits.h258 static KnownBits makeConstant(const APInt &C) { in makeConstant() function
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2641 return KnownBits::makeConstant(C->getAPIntValue()); in computeKnownBits()
2645 return KnownBits::makeConstant(C->getValueAPF().bitcastToAPInt()); in computeKnownBits()
/external/llvm-project/llvm/lib/Analysis/
DValueTracking.cpp1065 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt)))); in computeKnownBitsFromShiftOperator()