OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ElSize
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
419
const SCEV *
ElSize
= SE.getSizeOfExpr(ElTy);
420
if (!
ElSize
->isZero()) {
425
if (FactorOutConstant(Op, Remainder,
ElSize
, SE, SE.TD)) {
426
// Op now has
ElSize
factored out.
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
Completed in 39 milliseconds