Home
last modified time | relevance | path

Searched refs:getVal (Results 1 – 8 of 8) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
DDataflowSolver.h169 TF.getVal().copyValues(I->second);
204 UpdateEdges(cfg, B, TF.getVal());
225 ValTy& V = TF.getVal();
301 if (record) D.getStmtDataMap()[S] = TF.getVal();
307 if (record) D.getStmtDataMap()[S] = TF.getVal();
/freebsd-10-stable/contrib/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp2302 Constant *getVal(Value *V) { in getVal() function in __anon932507310211::Evaluator
2402 Constant *Ptr = getVal(SI->getOperand(1)); in EvaluateBlock()
2414 Constant *Val = getVal(SI->getOperand(0)); in EvaluateBlock()
2472 getVal(BO->getOperand(0)), in EvaluateBlock()
2473 getVal(BO->getOperand(1))); in EvaluateBlock()
2478 getVal(CI->getOperand(0)), in EvaluateBlock()
2479 getVal(CI->getOperand(1))); in EvaluateBlock()
2484 getVal(CI->getOperand(0)), in EvaluateBlock()
2489 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)), in EvaluateBlock()
2490 getVal(SI->getOperand(1)), in EvaluateBlock()
[all …]
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
DELFTypes.h284 uint64_t getVal() const { return d_un.d_val; }
DELFObjectFile.h861 return EF.getDynamicString(DI->getVal()); in getLoadName()
894 Res = EF.getDynamicString(toELFDynIter(Data)->getVal()); in getLibraryPath()
DELF.h819 dt_soname = getDynamicString(it->getVal()); in getLoadName()
/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
DELFDumper.cpp795 printValue(Obj, Start->getTag(), Start->getVal(), Is64, OS); in printDynamicTable()
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h1148 const SDValue &getVal() const { return getOperand(2); }
/freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp1968 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD()