Home
last modified time | relevance | path

Searched refs:FillC (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCalls.cpp133 ConstantInt *FillC = dyn_cast<ConstantInt>(MI->getValue()); in SimplifyMemSet() local
134 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8)) in SimplifyMemSet()
155 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; in SimplifyMemSet()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp185 ConstantInt *FillC = dyn_cast<ConstantInt>(MI->getValue()); in SimplifyMemSet() local
186 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8)) in SimplifyMemSet()
205 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; in SimplifyMemSet()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp211 ConstantInt *FillC = dyn_cast<ConstantInt>(MI->getValue()); in SimplifyAnyMemSet() local
212 if (!LenC || !FillC || !FillC->getType()->isIntegerTy(8)) in SimplifyAnyMemSet()
231 uint64_t Fill = FillC->getZExtValue()*0x0101010101010101ULL; in SimplifyAnyMemSet()