Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGBuiltin.cpp75 static Value *EmitToInt(CodeGenFunction &CGF, llvm::Value *V, in EmitToInt() function
120 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeBinaryAtomicValue()
180 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in EmitBinaryAtomicPost()
221 Args[1] = EmitToInt(CGF, Args[1], T, IntType); in MakeAtomicCmpXchgValue()
222 Args[2] = EmitToInt(CGF, CGF.EmitScalarExpr(E->getArg(2)), T, IntType); in MakeAtomicCmpXchgValue()