HomeSort by relevance Sort by last modified time
    Searched refs:getSimplifiedValue (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/IR/
Use.h 161 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
165 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
User.h 179 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
185 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
ValueHandle.h 168 static SimpleType getSimplifiedValue(WeakVH &WVH) {
  /external/llvm/include/llvm/Support/
Casting.h 36 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
45 static RetType getSimplifiedValue(const From& Val) {
46 return simplify_type<From>::getSimplifiedValue(const_cast<From&>(Val));
114 simplify_type<const From>::getSimplifiedValue(Val));
194 simplify_type<From>::getSimplifiedValue(Val));
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 270 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
277 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
ilist.h 277 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) {
284 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
  /external/llvm/unittests/Support/
Casting.cpp 71 static SimpleType getSimplifiedValue(foo &Val) { return 0; }
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 231 static SimpleType getSimplifiedValue(SDValue &Val) {
237 static SimpleType getSimplifiedValue(const SDValue &Val) {
330 static SimpleType getSimplifiedValue(SDUse &Val) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
Type.h     [all...]
  /external/clang/include/clang/Analysis/
CFG.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]

Completed in 1442 milliseconds