Home
last modified time | relevance | path

Searched refs:NegLo (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DLowerSwitch.cpp202 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
203 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
206 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/external/llvm/lib/Transforms/Utils/
DLowerSwitch.cpp321 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local
322 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock()
325 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp356 Constant *NegLo = ConstantExpr::getNeg(Lo); in InsertRangeTest() local
357 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); in InsertRangeTest()
358 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest()
375 ConstantInt *NegLo = cast<ConstantInt>(ConstantExpr::getNeg(Lo)); in InsertRangeTest() local
376 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); in InsertRangeTest()
377 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp308 Constant *NegLo = ConstantExpr::getNeg(Lo); in InsertRangeTest() local
309 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); in InsertRangeTest()
310 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest()
327 ConstantInt *NegLo = cast<ConstantInt>(ConstantExpr::getNeg(Lo)); in InsertRangeTest() local
328 Value *Add = Builder->CreateAdd(V, NegLo, V->getName()+".off"); in InsertRangeTest()
329 Constant *LowerBound = ConstantExpr::getAdd(NegLo, Hi); in InsertRangeTest()