Searched refs:parseConstantValue (Results 1 – 6 of 6) sorted by relevance
| /src/contrib/llvm-project/llvm/include/llvm/AsmParser/ |
| H A D | Parser.h | 185 Constant *parseConstantValue(StringRef Asm, SMDiagnostic &Err, const Module &M,
|
| H A D | LLParser.h | 519 bool parseConstantValue(Type *Ty, Constant *&C);
|
| /src/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | Parser.cpp | 188 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err, in parseConstantValue() function in llvm
|
| H A D | LLParser.cpp | 104 if (parseType(Ty) || parseConstantValue(Ty, C)) in parseStandaloneConstantValue() 6240 bool LLParser::parseConstantValue(Type *Ty, Constant *&C) { in parseConstantValue() function in LLParser
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/ |
| H A D | MIRParser.cpp | 994 parseConstantValue(YamlConstant.Value.Value, Error, M)); in initializeConstantPool()
|
| H A D | MIParser.cpp | 1883 C = parseConstantValue(Source, Err, *PFS.MF.getFunction().getParent(), in parseIRConstant()
|