Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGBlocks.h199 static Capture makeConstant(llvm::Value *value) { in makeConstant() function
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/lib/Transforms/
Dbufferize.cc55 auto makeConstant = [&](Attribute attr, Type type) -> Value { in matchAndRewrite() local