Searched refs:ConstantVals (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 2002 LLVMValueRef *ConstantVals, 2013 LLVMValueRef LLVMConstStruct(LLVMValueRef *ConstantVals, unsigned Count, 2022 LLVMValueRef *ConstantVals, unsigned Length); 2030 LLVMValueRef *ConstantVals,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Core.cpp | 1398 LLVMValueRef *ConstantVals, unsigned Length) { in LLVMConstArray() argument 1399 ArrayRef<Constant*> V(unwrap<Constant>(ConstantVals, Length), Length); in LLVMConstArray() 1404 LLVMValueRef *ConstantVals, in LLVMConstStructInContext() argument 1406 Constant **Elements = unwrap<Constant>(ConstantVals, Count); in LLVMConstStructInContext() 1411 LLVMValueRef LLVMConstStruct(LLVMValueRef *ConstantVals, unsigned Count, in LLVMConstStruct() argument 1413 return LLVMConstStructInContext(LLVMGetGlobalContext(), ConstantVals, Count, in LLVMConstStruct() 1418 LLVMValueRef *ConstantVals, in LLVMConstNamedStruct() argument 1420 Constant **Elements = unwrap<Constant>(ConstantVals, Count); in LLVMConstNamedStruct()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | InstrProfData.inc | 48 * Constant *ConstantVals[] = {
|