HomeSort by: relevance | last modified time | path
    Searched defs:getVal (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Evaluator.h 72 Constant *getVal(Value *V) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ProfileSummary.cpp 120 static bool getVal(MDTuple *MD, const char *Key, uint64_t &Val) {
128 static bool getVal(MDTuple *MD, const char *Key, double &Val) {
184 if (getVal(dyn_cast<MDTuple>(Tuple->getOperand(Idx)), Key, Value)) {
217 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "TotalCount",
220 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxCount", MaxCount))
222 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxInternalCount",
225 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "MaxFunctionCount",
228 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumCounts",
231 if (!getVal(dyn_cast<MDTuple>(Tuple->getOperand(I++)), "NumFunctions",
  /src/external/gpl3/binutils/dist/gprofng/src/
Expression.cc 147 Expression::getVal (int propId, Context *ctx)
1056 if (ctx && arg0->bEval (ctx) && getVal ((int) arg0->v.val, ctx))
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.cc 147 Expression::getVal (int propId, Context *ctx)
1056 if (ctx && arg0->bEval (ctx) && getVal ((int) arg0->v.val, ctx))
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 1404 const SDValue &getVal() const { return getOperand(2); }

Completed in 20 milliseconds