Home
last modified time | relevance | path

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

/freebsd-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
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DEvaluator.h117 Constant *getVal(Value *V) { in getVal() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1093 Init *getVal(unsigned Num) const { in getVal() function
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp3393 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, getVal() function in LLParser::PerFunctionState
3434 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { getVal() function in LLParser::PerFunctionState