HomeSort by: relevance | last modified time | path
    Searched refs:ConstantVec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86InstCombineIntrinsic.cpp 403 SmallVector<Constant *, 8> ConstantVec;
406 ConstantVec.push_back(UndefValue::get(SVT));
409 ConstantVec.push_back(ConstantInt::getNullValue(SVT));
412 return ConstantVector::get(ConstantVec);
X86ISelLowering.cpp 8777 SmallVector<Constant *, 32> ConstantVec;
8790 ConstantVec.push_back(Const);
8792 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec));
    [all...]

Completed in 86 milliseconds