Searched refs:makeConstant (Results 1 – 7 of 7) sorted by relevance
199 static Capture makeConstant(llvm::Value *value) { in makeConstant() function
385 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo()
209 static Capture makeConstant(llvm::Value *value) { in makeConstant() function
593 info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant); in computeBlockInfo()
258 static KnownBits makeConstant(const APInt &C) { in makeConstant() function
2641 return KnownBits::makeConstant(C->getAPIntValue()); in computeKnownBits()2645 return KnownBits::makeConstant(C->getValueAPF().bitcastToAPInt()); in computeKnownBits()
1065 Known, KF(Known2, KnownBits::makeConstant(APInt(32, ShiftAmt)))); in computeKnownBitsFromShiftOperator()