Searched defs:Factor (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DReassociate.cpp79 struct Factor { struct in namespace:__anon10621
83 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} function in struct:__anon10621::Factor
962 RemoveFactorFromExpression(Value *V, Value *Factor) argument
[all...]
H A DLoopStrengthReduce.cpp3278 int64_t Factor = *I; local
3349 int64_t Factor = *I; local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DConstantFold.cpp2021 ConstantInt *Factor = ConstantInt::get(CI->getType(), local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DScalarEvolutionExpander.cpp211 FactorOutConstant(const SCEV *&S, const SCEV *&Remainder, const SCEV *Factor, ScalarEvolution &SE, const TargetData *TD) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2946 unsigned Factor = local
H A DSelectionDAGBuilder.cpp254 unsigned Factor = NumParts / NumIntermediates; local
561 unsigned Factor = NumParts / NumIntermediates; local
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.cpp71 unsigned Factor = VT.getSizeInBits()/128; local

Completed in 310 milliseconds