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

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

Completed in 204 milliseconds