Home
last modified time | relevance | path

Searched refs:ConstantVec (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp515 SmallVector<Constant *, 8> ConstantVec; in simplifyX86varShift() local
518 ConstantVec.push_back(UndefValue::get(SVT)); in simplifyX86varShift()
521 ConstantVec.push_back(ConstantInt::getNullValue(SVT)); in simplifyX86varShift()
524 return ConstantVector::get(ConstantVec); in simplifyX86varShift()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp8343 SmallVector<Constant *, 32> ConstantVec; in getConstantVector() local
8356 ConstantVec.push_back(Const); in getConstantVector()
8358 return ConstantVector::get(ArrayRef<Constant *>(ConstantVec)); in getConstantVector()