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

  /external/llvm/include/llvm/Support/
Casting.h 34 static SimpleType &getSimplifiedValue(From &Val) { return Val; }
39 static SimpleType &getSimplifiedValue(const From &Val) {
40 return simplify_type<From>::getSimplifiedValue(static_cast<From&>(Val));
91 simplify_type<From>::getSimplifiedValue(Val));
170 simplify_type<From>::getSimplifiedValue(Val));
ValueHandle.h 167 static SimpleType getSimplifiedValue(const WeakVH &WVH) {
243 static SimpleType getSimplifiedValue(const AssertingVH<Value> &AVH) {
352 static SimpleType getSimplifiedValue(const TrackingVH<Value> &AVH) {
408 static SimpleType getSimplifiedValue(const CallbackVH &CVH) {
  /external/llvm/include/llvm/
Use.h 152 static SimpleType getSimplifiedValue(const Use &Val) {
158 static SimpleType getSimplifiedValue(const Use &Val) {
User.h 149 static SimpleType getSimplifiedValue(const User::op_iterator &Val) {
160 static SimpleType getSimplifiedValue(const User::const_op_iterator &Val) {
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 233 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
240 static SimpleType getSimplifiedValue(const IntrusiveRefCntPtr<T>& Val) {
Optional.h 55 static SimpleType getSimplifiedValue(const Optional<T> &Val) {
ilist.h 276 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
283 static SimpleType getSimplifiedValue(const ilist_iterator<NodeTy> &Node) {
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 189 static SimpleType getSimplifiedValue(const SDValue &Val) {
195 static SimpleType getSimplifiedValue(const SDValue &Val) {
288 static SimpleType getSimplifiedValue(const SDUse &Val) {
294 static SimpleType getSimplifiedValue(const SDUse &Val) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h 812 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
819 static SimpleType getSimplifiedValue(const ::clang::CFGTerminator &Val) {
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 355 static SimpleType getSimplifiedValue(const ::clang::CanQual<T> &Val) {
DeclCXX.h 75 static SimpleType getSimplifiedValue(const ::clang::AnyFunctionDecl &Val) {
    [all...]
Type.h 932 static SimpleType getSimplifiedValue(const ::clang::QualType &Val) {
    [all...]

Completed in 343 milliseconds