Searched defs:getVal (Results 1 – 5 of 5) sorted by relevance
119 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) { in getVal() function127 static bool getVal(MDTuple *MD, const char *Key, double &Val) { in getVal() function
117 Constant *getVal(Value *V) { in getVal() function
1039 const Init *getVal(unsigned Num) const { return getVals()[Num]; } in getVal() function
3695 Value *LLParser::PerFunctionState::getVal(const std::string &Name, Type *Ty, in getVal() function in LLParser::PerFunctionState3736 Value *LLParser::PerFunctionState::getVal(unsigned ID, Type *Ty, LocTy Loc) { in getVal() function in LLParser::PerFunctionState