Home
last modified time | relevance | path

Searched defs:makeConstant (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/include/llvm/Support/
H A DKnownBits.h290 static KnownBits makeConstant(const APInt &C) { makeConstant() function
/llvm-project/clang/lib/CodeGen/
H A DCGBlocks.h221 static Capture makeConstant(llvm::Value *value, in makeConstant() function
/llvm-project/mlir/lib/Conversion/AsyncToLLVM/
H A DAsyncToLLVM.cpp384 auto makeConstant = [&](uint64_t c) { in matchAndRewrite() local