HomeSort by relevance Sort by last modified time
    Searched refs:IncValue (Results 1 - 25 of 32) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
IndVarSimplify.cpp 274 int64_t IncValue;
276 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
342 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
346 if (IncValue == 0)
350 if (IncValue > 0) {
363 unsigned Leftover = Range % uint32_t(IncValue);
374 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
390 unsigned Leftover = Range % uint32_t(-IncValue);
401 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
413 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
    [all...]
  /external/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 265 int64_t IncValue;
267 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
333 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
337 if (IncValue == 0)
341 if (IncValue > 0) {
354 unsigned Leftover = Range % uint32_t(IncValue);
365 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
381 unsigned Leftover = Range % uint32_t(-IncValue);
392 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
404 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
    [all...]
LICM.cpp 528 for (const Value *IncValue : PN.incoming_values())
529 if (IncValue != &I)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
IndVarSimplify.cpp 306 int64_t IncValue;
308 !ConvertToSInt(IncValueVal->getValueAPF(), IncValue))
373 if (!isInt<32>(InitValue) || !isInt<32>(IncValue) || !isInt<32>(ExitValue))
377 if (IncValue == 0)
381 if (IncValue > 0) {
394 unsigned Leftover = Range % uint32_t(IncValue);
405 if (Leftover != 0 && int32_t(ExitValue+IncValue) < ExitValue)
420 unsigned Leftover = Range % uint32_t(-IncValue);
431 if (Leftover != 0 && int32_t(ExitValue+IncValue) > ExitValue)
443 BinaryOperator::CreateAdd(NewPHI, ConstantInt::get(Int32Ty, IncValue),
    [all...]
LICM.cpp 694 for (const Value *IncValue : PN.incoming_values())
695 if (IncValue != &I)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 438 for (Value *IncValue : PN->incoming_values())
439 if (!canEvaluateTruncated(IncValue, Ty, IC, CxtI))
    [all...]
InstCombineShifts.cpp 185 for (Value *IncValue : PN->incoming_values())
186 if (!canEvaluateShifted(IncValue, NumBits, IsLeftShift, IC, PN))
    [all...]
InstCombinePHI.cpp 639 for (Value *IncValue : PN.incoming_values())
640 cast<LoadInst>(IncValue)->setVolatile(false);
    [all...]
InstCombineLoadStoreAlloca.cpp 818 for (Value *IncValue : PN->incoming_values())
819 Worklist.push_back(IncValue);
    [all...]
  /external/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 713 for (Value *IncValue : PN->incoming_values())
714 FlowsToReturn.insert(IncValue);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 383 for (Value *IncValue : PN.incoming_values())
384 cast<LoadInst>(IncValue)->setVolatile(false);
    [all...]
InstCombineShifts.cpp 178 for (Value *IncValue : PN->incoming_values())
179 if (!CanEvaluateShifted(IncValue, NumBits, IsLeftShift, IC, PN))
    [all...]
InstCombineCasts.cpp 420 for (Value *IncValue : PN->incoming_values())
421 if (!canEvaluateTruncated(IncValue, Ty, IC, CxtI))
    [all...]
InstCombineLoadStoreAlloca.cpp 639 for (Value *IncValue : PN->incoming_values())
640 Worklist.push_back(IncValue);
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 125 for (Value *IncValue : PN->incoming_values())
126 if (IncValue == PN)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 845 for (Value *IncValue : PN->incoming_values())
846 FlowsToReturn.insert(IncValue);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 143 for (Value *IncValue : PN.incoming_values())
144 if (IncValue == &PN)
  /external/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
BasicAliasAnalysis.cpp 545 for (Value *IncValue : PN->incoming_values())
546 Worklist.push_back(IncValue);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ValueTracking.cpp     [all...]
BasicAliasAnalysis.cpp 628 for (Value *IncValue : PN->incoming_values())
629 Worklist.push_back(IncValue);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 108 for (Value *IncValue : PN->incoming_values())
109 Worklist.push_back(IncValue);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 647 milliseconds

1 2