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

/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/Analysis/FlowSensitive/
H A 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.2-release/contrib/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2302 Constant *getVal(Value *V) { function in class:__anon2715::Evaluator
2402 Constant *Ptr = getVal(SI->getOperand(1));
2414 Constant *Val = getVal(SI->getOperand(0));
2472 getVal(BO->getOperand(0)),
2473 getVal(BO->getOperand(1)));
2478 getVal(CI->getOperand(0)),
2479 getVal(CI->getOperand(1)));
2484 getVal(CI->getOperand(0)),
2489 InstResult = ConstantExpr::getSelect(getVal(SI->getOperand(0)),
2490 getVal(S
[all...]
/freebsd-10.2-release/contrib/llvm/include/llvm/Object/
H A DELFTypes.h284 uint64_t getVal() const { return d_un.d_val; } function in struct:llvm::object::Elf_Dyn_Impl
H A DELFObjectFile.h861 return EF.getDynamicString(DI->getVal());
894 Res = EF.getDynamicString(toELFDynIter(Data)->getVal());
H A DELF.h819 dt_soname = getDynamicString(it->getVal());
/freebsd-10.2-release/contrib/llvm/tools/llvm-readobj/
H A DELFDumper.cpp795 printValue(Obj, Start->getTag(), Start->getVal(), Is64, OS);
/freebsd-10.2-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h1148 const SDValue &getVal() const { return getOperand(2); } function in class:llvm::AtomicSDNode
/freebsd-10.2-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp1968 SDValue Src2 = Node->getVal();

Completed in 142 milliseconds