Home
last modified time | relevance | path

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/
DCore.h2002 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/
DCore.cpp1398 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/
DInstrProfData.inc48 * Constant *ConstantVals[] = {