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

/external/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp320 Value *Val0 = getRandomVal(); local
321 Value *Val1 = getRandomValue(Val0->getType());
324 if (Val0->getType()->isPointerTy() ||
329 if (Val0->getType()->getScalarSizeInBits() == 1)
333 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy();
355 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term));
420 Value *Val0 = getRandomVectorValue(); local
421 Value *V = ExtractElementInst::Create(Val0,
423 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()),
433 Value *Val0 local
461 Value *Val0 = getRandomVectorValue(); local
564 Value *Val0 = getRandomVal(); local
587 Value *Val0 = getRandomVal(); local
[all...]
/external/llvm/lib/AsmParser/
H A DLLParser.cpp2461 Constant *Val0, *Val1;
2464 ParseGlobalTypeAndValue(Val0) ||
2470 if (!Val0->getType()->isAggregateType())
2472 if (!ExtractValueInst::getIndexedType(Val0->getType(), Indices))
2474 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices);
2481 Constant *Val0, *Val1;
2485 ParseGlobalTypeAndValue(Val0) ||
2491 if (Val0->getType() != Val1->getType())
2497 if (!Val0->getType()->isFPOrFPVectorTy())
2499 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val
[all...]
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1942 Value *Val0 = Builder.CreateExtractValue(Val, 1); local
1944 Val0 = Builder.CreateZExt(Val0, Int64Ty);
1948 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */);
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp3228 SDValue Val0 = N->getOperand(2); local
3240 Ops.push_back(Val0);
3244 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0));

Completed in 130 milliseconds