Home
last modified time | relevance | path

Searched defs:LHSExt (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp3265 FPExtInst *LHSExt = cast<FPExtInst>(LHSI); in visitFCmpInst() local
3406 if (FPExtInst *LHSExt = dyn_cast<FPExtInst>(Op0)) in visitFCmpInst() local
DInstCombineMulDivRem.cpp79 APInt LHSExt = C1->getValue(), RHSExt = C2->getValue(); in MultiplyOverflows() local