Searched refs:convertToScalarValue (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 2781 static llvm::Value *convertToScalarValue(CodeGenFunction &CGF, RValue Val, in convertToScalarValue() function 2835 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 3047 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 4893 static llvm::Value *convertToScalarValue(CodeGenFunction &CGF, RValue Val, in convertToScalarValue() function 4954 EmitStoreThroughLValue(RValue::get(convertToScalarValue( in emitOMPSimpleStore() 5198 convertToScalarValue(CGF, Value, SourceType, ResType, Loc)); in convertToType()
|