HomeSort by relevance Sort by last modified time
    Searched refs:getSimplifiedValue (Results 1 - 15 of 15) 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 160 static SimpleType getSimplifiedValue(Use &Val) { return Val.get(); }
164 static SimpleType getSimplifiedValue(const Use &Val) { return Val.get(); }
User.h 258 static SimpleType getSimplifiedValue(User::op_iterator &Val) {
264 static SimpleType getSimplifiedValue(User::const_op_iterator &Val) {
ValueHandle.h 170 static SimpleType getSimplifiedValue(WeakVH &WVH) { return WVH; }
174 static SimpleType getSimplifiedValue(const WeakVH &WVH) { return WVH; }
Metadata.h 644 static SimpleType getSimplifiedValue(MDOperand &MD) { return MD.get(); }
649 static SimpleType getSimplifiedValue(const MDOperand &MD) { return MD.get(); }
    [all...]
DebugInfoMetadata.h 232 static SimpleType getSimplifiedValue(const TypedDINodeRef<T> &MD) {
    [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 326 static SimpleType getSimplifiedValue(ilist_iterator<NodeTy> &Node) {
333 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/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 214 static SimpleType getSimplifiedValue(SDValue &Val) {
220 static SimpleType getSimplifiedValue(const SDValue &Val) {
313 static SimpleType getSimplifiedValue(SDUse &Val) {
    [all...]
  /external/clang/include/clang/Analysis/
CFG.h     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h     [all...]

Completed in 2028 milliseconds