Searched refs:NegLo (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 202 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/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 333 Constant* NegLo = ConstantExpr::getNeg(Leaf.Low); in newLeafBlock() local 334 Instruction* Add = BinaryOperator::CreateAdd(Val, NegLo, in newLeafBlock() 337 Constant *UpperBound = ConstantExpr::getAdd(NegLo, Leaf.High); in newLeafBlock()
|
/external/llvm/lib/Transforms/Utils/ |
D | LowerSwitch.cpp | 321 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/ |
D | InstCombineAndOrXor.cpp | 356 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/ |
D | InstCombineAndOrXor.cpp | 308 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 5056 unsigned NegLo = 0; in cvtVOP3P() local 5065 NegLo = Inst.getOperand(NegLoIdx).getImm(); in cvtVOP3P() 5082 if ((NegLo & (1 << J)) != 0) in cvtVOP3P()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.td | 772 def neg_lo : NamedOperandU32Default0<"NegLo", NamedMatchClass<"NegLo">>;
|