Searched refs:getVal (Results 1 – 8 of 8) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/ |
| D | DataflowSolver.h | 169 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/ |
| D | GlobalOpt.cpp | 2302 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/ |
| D | ELFTypes.h | 284 uint64_t getVal() const { return d_un.d_val; }
|
| D | ELFObjectFile.h | 861 return EF.getDynamicString(DI->getVal()); in getLoadName() 894 Res = EF.getDynamicString(toELFDynIter(Data)->getVal()); in getLibraryPath()
|
| D | ELF.h | 819 dt_soname = getDynamicString(it->getVal()); in getLoadName()
|
| /freebsd-10-stable/contrib/llvm/tools/llvm-readobj/ |
| D | ELFDumper.cpp | 795 printValue(Obj, Start->getTag(), Start->getVal(), Is64, OS); in printDynamicTable()
|
| /freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/ |
| D | SelectionDAGNodes.h | 1148 const SDValue &getVal() const { return getOperand(2); }
|
| /freebsd-10-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZISelLowering.cpp | 1968 SDValue Src2 = Node->getVal(); in lowerATOMIC_LOAD()
|