Searched refs:LType (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp1002 unsigned LType; local
1004 LType = ISD::ZEXTLOAD;
1007 LType = ISD::SEXTLOAD;
1009 if (TLI && !TLI->isLoadExtLegal(LType, TLI->getValueType(LI->getType())))
H A DLoopStrengthReduce.cpp2269 Type *LType = LVal->getType(); local
2271 return (LType == RType) || (LType->isPointerTy() && RType->isPointerTy());
/external/llvm/lib/TableGen/
H A DTGParser.cpp896 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType()); local
898 if (LType == 0 && SType == 0) {
929 ListRecTy *LType = dynamic_cast<ListRecTy*>(LHSt->getType()); local
930 if (LType == 0) {
935 Type = LType->getElementType();
937 Type = LType;
H A DRecord.cpp308 ListRecTy *LType = dynamic_cast<ListRecTy*>(LI->getType());
309 if (LType == 0) {
/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp470 unsigned LType = LHS->getSCEVType(), RType = RHS->getSCEVType(); local
471 if (LType != RType)
472 return (int)LType - (int)RType;
477 switch (LType) {

Completed in 83 milliseconds