Searched refs:EmitToInt (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGBuiltin.cpp | 137 static Value *EmitToInt(CodeGenFunction &CGF, llvm::Value *V, in EmitToInt() function 183 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeBinaryAtomicValue() 244 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in EmitBinaryAtomicPost() 286 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeAtomicCmpXchgValue() 287 Args[2] = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue()
|