Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DConstantFold.cpp704 ConstantVector *CP1 = dyn_cast<ConstantVector>(V1); in ConstantFoldSelectInstruction() local
707 if ((CP1 || isa<ConstantAggregateZero>(V1)) && in ConstantFoldSelectInstruction()
722 Constant *C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldSelectInstruction()
1272 ConstantVector *CP1 = dyn_cast<ConstantVector>(C1); in ConstantFoldBinaryInstruction() local
1274 if ((CP1 != NULL || isa<ConstantAggregateZero>(C1)) && in ConstantFoldBinaryInstruction()
1285 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1292 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1299 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1306 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
1313 C1 = CP1 ? CP1->getOperand(i) : Constant::getNullValue(EltTy); in ConstantFoldBinaryInstruction()
[all …]
/external/llvm/test/CodeGen/ARM/
Dlitpool-licm.ll7 ; CHECK: ldr [[REF1:r[0-9]+]], [[CP1:.LCPI[0-9]+_[0-9]+]]
16 ; CHECK: [[CP1]]:
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp633 Constant *CP1 = ConstantExpr::getSub(ConstantInt::get(I.getType(),1), CI); in visitSub() local
634 return BinaryOperator::CreateMul(Op0, CP1); in visitSub()