HomeSort by relevance Sort by last modified time
    Searched refs:ElementCI (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Analysis/
ConstantFolding.cpp 93 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element);
94 if (!ElementCI)
98 Result |= ElementCI->getValue().zextOrSelf(IT->getBitWidth());
    [all...]
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
ConstantFolding.cpp 81 auto *ElementCI = dyn_cast_or_null<ConstantInt>(Element);
82 if (!ElementCI)
86 Result |= ElementCI->getValue().zextOrSelf(Result.getBitWidth());
    [all...]
ValueTracking.cpp     [all...]

Completed in 223 milliseconds