Searched refs:IsBase (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelDAGToDAG.cpp | 148 bool expandAddress(SystemZAddressingMode &AM, bool IsBase) const; 363 static void changeComponent(SystemZAddressingMode &AM, bool IsBase, in changeComponent() argument 365 if (IsBase) in changeComponent() 374 static bool expandAdjDynAlloc(SystemZAddressingMode &AM, bool IsBase, in expandAdjDynAlloc() argument 377 changeComponent(AM, IsBase, Value); in expandAdjDynAlloc() 398 static bool expandDisp(SystemZAddressingMode &AM, bool IsBase, in expandDisp() argument 403 changeComponent(AM, IsBase, Op0); in expandDisp() 414 bool IsBase) const { in expandAddress() 415 SDValue N = IsBase ? AM.Base : AM.Index; in expandAddress() 429 return expandAdjDynAlloc(AM, IsBase, Op1); in expandAddress() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | CallEvent.h | 973 const MemRegion *Target, bool IsBase, in getCXXDestructorCall() argument 975 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx); in getCXXDestructorCall()
|