Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp320 Value *Val0 = getRandomVal(); in Act() local
321 Value *Val1 = getRandomValue(Val0->getType()); in Act()
324 if (Val0->getType()->isPointerTy() || in Act()
329 if (Val0->getType()->getScalarSizeInBits() == 1) in Act()
333 bool isFloat = Val0->getType()->getScalarType()->isFloatingPointTy(); in Act()
355 PT->push_back(BinaryOperator::Create(Op, Val0, Val1, "B", Term)); in Act()
420 Value *Val0 = getRandomVectorValue(); in Act() local
421 Value *V = ExtractElementInst::Create(Val0, in Act()
423 Ran->Rand() % cast<VectorType>(Val0->getType())->getNumElements()), in Act()
433 Value *Val0 = getRandomVectorValue(); in Act() local
[all …]
/external/llvm/lib/AsmParser/
DLLParser.cpp2419 Constant *Val0, *Val1; in ParseValID() local
2422 ParseGlobalTypeAndValue(Val0) || in ParseValID()
2428 if (!Val0->getType()->isAggregateType()) in ParseValID()
2430 if (!ExtractValueInst::getIndexedType(Val0->getType(), Indices)) in ParseValID()
2432 ID.ConstantVal = ConstantExpr::getInsertValue(Val0, Val1, Indices); in ParseValID()
2439 Constant *Val0, *Val1; in ParseValID() local
2443 ParseGlobalTypeAndValue(Val0) || in ParseValID()
2449 if (Val0->getType() != Val1->getType()) in ParseValID()
2455 if (!Val0->getType()->isFPOrFPVectorTy()) in ParseValID()
2457 ID.ConstantVal = ConstantExpr::getFCmp(Pred, Val0, Val1); in ParseValID()
[all …]
/external/clang/lib/CodeGen/
DCGBuiltin.cpp1645 Value *Val0 = Builder.CreateExtractValue(Val, 1); in EmitARMBuiltinExpr() local
1647 Val0 = Builder.CreateZExt(Val0, Int64Ty); in EmitARMBuiltinExpr()
1651 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitARMBuiltinExpr()
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp3190 SDValue Val0 = N->getOperand(2); in Select() local
3202 Ops.push_back(Val0); in Select()
3206 Ops.push_back(SDValue(createGPRPairNode(MVT::Untyped, Val0, Val1), 0)); in Select()