Home
last modified time | relevance | path

Searched defs:ThisVal (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb1RegisterInfo.cpp149 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes; in calcNumMI() local
239 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes; in emitThumbRegPlusImmediate() local
256 unsigned ThisVal = (Bytes > Chunk) ? Chunk : Bytes; in emitThumbRegPlusImmediate() local
311 int ThisVal = (Imm > Chunk) ? Chunk : Imm; in emitThumbConstant() local
DThumb2InstrInfo.cpp225 unsigned ThisVal = NumBytes; in emitT2RegPlusImmediate() local
DARMBaseInstrInfo.cpp1784 unsigned ThisVal = NumBytes & ARM_AM::rotr32(0xFF, RotAmt); in emitARMRegPlusImmediate() local
/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCXX.cpp55 SVal ThisVal; in performTrivialCopy() local
147 SVal ThisVal = State->getSVal(ThisPtr); in VisitCXXConstructExpr() local
176 SVal ThisVal = State->getSVal(ThisPtr); in VisitCXXConstructExpr() local
DCallEvent.cpp421 SVal ThisVal = getSVal(Base); in getCXXThisVal() local
494 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local
596 SVal ThisVal = getCXXThisVal(); in getInitialStackFrameContents() local
944 SVal ThisVal = State->getSVal(ThisPtr); in getCaller() local
970 SVal ThisVal = State->getSVal(ThisPtr); in getCaller() local
DExprEngine.cpp513 SVal ThisVal = Pred->getState()->getSVal(ThisPtr); in ProcessBaseDtor() local
532 Loc ThisVal = getSValBuilder().getCXXThis(CurDtor, in ProcessMemberDtor() local
/external/llvm/lib/Target/X86/
DX86FrameLowering.cpp164 uint64_t ThisVal = (Offset > Chunk) ? Chunk : Offset; in emitSPUpdate() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp623 Value *ThisVal = isValueEqualityComparison(TI); in SimplifyEqualityComparisonWithOnlyPredecessor() local
/external/clang/lib/AST/
DExprConstant.cpp2493 LValue *This = 0, ThisVal; in VisitCallExpr() local
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5778 APInt ThisVal = OpVal.trunc(DstBitSize); in ConstantFoldBITCASTofBUILD_VECTOR() local