Home
last modified time | relevance | path

Searched refs:LInt (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DFunctionComparator.cpp279 const APInt &LInt = cast<ConstantInt>(L)->getValue(); in cmpConstants() local
281 return cmpAPInts(LInt, RInt); in cmpConstants()
/external/llvm/lib/Transforms/IPO/
DMergeFunctions.cpp698 const APInt &LInt = cast<ConstantInt>(L)->getValue(); in cmpConstants() local
700 return cmpAPInts(LInt, RInt); in cmpConstants()