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

  /external/llvm/include/llvm/IR/
TrackingMDRef.h 144 static SimpleType getSimplifiedValue(TrackingMDRef &MD) { return MD.get(); }
149 static SimpleType getSimplifiedValue(const TrackingMDRef &MD) {
156 static SimpleType getSimplifiedValue(TypedTrackingMDRef<T> &MD) {
163 static SimpleType getSimplifiedValue(const TypedTrackingMDRef<T> &MD) {
Use.h 161 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
165 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
ValueHandle.h 164 static SimpleType getSimplifiedValue(WeakVH &WVH) {
Metadata.h 630 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }
635 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
    [all...]
  /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 274 static SimpleType getSimplifiedValue(IntrusiveRefCntPtr<T>& Val) {
281 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; }
264 static SimpleType getSimplifiedValue(pointer_wrappers::PTy &P) {
270 static SimpleType getSimplifiedValue(const pointer_wrappers::PTy &P) {
  /external/clang/include/clang/AST/
CanonicalType.h 355 static SimpleType getSimplifiedValue(::clang::CanQual<T> Val) {
Type.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]
  /external/clang/include/clang/Analysis/
CFG.h     [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 217 static SimpleType getSimplifiedValue(SDValue &Val) {
223 static SimpleType getSimplifiedValue(const SDValue &Val) {
316 static SimpleType getSimplifiedValue(SDUse &Val) {
    [all...]

Completed in 1158 milliseconds