Home
last modified time | relevance | path

Searched defs:getVal (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/llvm/lib/IR/ !
H A DProfileSummary.cpp119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function
127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ !
H A DEvaluator.h117 Constant *getVal(Value *V) { in getVal() function
/src/contrib/llvm-project/llvm/include/llvm/TableGen/ !
H A DRecord.h1093 Init *getVal(unsigned Num) const { in getVal() function
/src/contrib/llvm-project/llvm/lib/AsmParser/ !
H A DLLParser.cpp3591 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() function in LLParser::PerFunctionState
3632 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() function in LLParser::PerFunctionState